/*
Home Page	
*/

* { margin:0; padding:0; text-decoration:none; color:#999; }
body { background:#111; height:100%; 
		font-size:10px;
		font-family: 'Josefin Slab', sans-Serif;
}
	img { border:none; }
	
	#main-content-wrapper{
		left: 250px;
		right:0px;
		position:absolute;
		background-color:#111;
		top:0px;
	    height:auto;
	    min-height:100%;
		right: 0px;
		overflow:visiable;
		z-index:0;
}
	
	/*MAIN CSS START - Possibly move to another file*/
	#content-wrapper{
		left: 0px;
		position:absolute;
		background-color:#383838;
		top:0px;
		bottom: 0px;
		right: 0px;
		overflow:hidden;
		z-index:0;
	}