body {
	background:#7e7e7e;
	color:#333333;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin:0;
}

a { 
	text-decoration: none;
	color:#333333;
		  
}

a:hover { 
	color:#000000;
		  
}

#main {
	text-align: center;
	background:#7e7e7e url(images/bg.jpg) repeat-x;
	/*margin: 20px 0px;*/
	height: 590px;
}

#menu_sx {
	float:left;

}

a.video {
	background:url(images/video.jpg) no-repeat top left;
	width: 111px;
	height: 133px;
	display:block;
}

a.video:hover{
background: url(images/video.jpg)  no-repeat bottom left;
}

a.megastore {
	background:url(images/megastore.jpg) no-repeat top left;
	width: 133px;
	height: 133px;
	display:block;
}

a.megastore:hover{
background: url(images/megastore.jpg)  no-repeat bottom left;
}

#menu_dx {
	float:right;
}

#menu {
	margin: 0 auto;
	width: 775px;
	padding-top: 7px
}

#logo {
	width: 508px;
	height: 133px;
	margin-left: 120px;
}

#logo img {
	border: 0;
}


#credits {
	width: 850px;
	margin: 20px auto 0px auto;
	padding: 0;
}
	