* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: #FFF url("http://kimkristian.com/yshout/history/images/bg_main.gif") repeat-x;
	color: #666;
	font: 14px Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

#top {
	height: 50px;
	width: 550px;
	margin: 0 auto;
	text-align: center;
}

	h1 {	
		width: 250px;
		height: 21px;
		line-height: 1px;
		font-size: 1px;
		margin-top: 15px;
	}
	
	#top a, #bottom a {
		color: #C00;
		text-decoration: none;
	}
	
	#top a {
		line-height: 25px;
	}
	
	#top a:hover, #bottom a:hover {
		color: #fff;
	}
		
		
	#log {
		display: none;
		font-size: 14px;
		margin-left: 10px;
		border-right: none;
		width: 60px;
		
	}
	
	#controls {
		float: right;
	}


#yshout {
	margin: 0 auto;
	margin-top: 10px;
}

#bottom {
	width:550px;
	margin: 30px auto;
	text-transform: uppercase;
}

#bottom #to-top {
	margin-left: 5px;
	float: right;
}
	
/* Inane IE Compatibility PNG fixes
------------------------------------- */

#yshout #ys-before-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../example/images/ys-bg-posts-top.png',sizingMethod='crop'); }
#yshout #ys-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../example/images/bg-posts.png',sizingMethod='scale'); }
#yshout #ys-after-posts { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../example/images/ys-bg-posts-bottom.png',sizingMethod='crop'); }
#yshout #ys-banned { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../example/images/bg-banned.png',sizingMethod='scale'); }
#yshout #ys-post-form { _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../example/images/bg-form.png',sizingMethod='crop'); }	
#yshout .ys-post { _height: 1%; }


