body{
	background:url(images/bg_slice.jpg) top center repeat-y #101c28;
	padding:0;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
}

a{
	color:#FFF;
}

#content{
	width:764px;
	background:url(images/content_middle.jpg) repeat-y top center;
}
#content_top{
	width:764px;
	height:30px;
	background:url(images/content_top.jpg) top center no-repeat;
}
#content_bottom{
	width:764px;
	height:33px;
	background:url(images/content_bottom.jpg) top center no-repeat;
}

#content p{
	width:600px;
	padding:20px;
}

