/* CSS Document */
body{
	background-color:#282828;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
a img{
	border:0px solid;
}
#pageTop{
	width:800px;
	height:345px;
	background-color:#282828;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
}
#pageContense{
	margin-top:10px;
}
