
.content {
	background:#aAaACF;	
}

.title {
	font-size:2em;
	font-weight:900;
}

#home {
	font-weight:500;
	font-size:xx-large;
	text-align:left;
}

#wrapper, #container {
	height: 900;  	
	width: 800; 

}  

#wrapper {  	
	right: 50%;
	top:5%;
	bottom:95%;
	position: absolute;  
}  

#container {  	
	left: 50%;
	position: relative;  	
}

#navbar {
	text-align:center;
	font-style:bold;
}


body {
	background:#CFCFCF;
	font-family:"Trebuchet MS", "Helvetica", "sans-serif";
	color:#111144;
}

