* {
	margin-top: 0;
}

.centertext {
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background-color: #577bc6;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	color: #100020;
}

/* Header */

#header {
	width: 968px;
	height: 196px;
	margin: 0 auto;
}

#title1 {
	width: 252px;
	height: 196px;
	margin: 0 auto;
	background: url(title1.jpg) no-repeat;
	float: left;
}

#title2 {
	width: 464px;
	height: 196px;
	margin: 0 auto;
	background: url(title2.jpg) no-repeat;
	float: left;
}

#title3 {
	width: 252px;
	height: 196px;
	margin: 0 auto;
	background: url(title3.jpg) no-repeat;
	float: left;
}

/* Menu */

#menu {
	width: 968px;
	height: 74px;
	margin: 0 auto;
	background: url(menubg.jpg) no-repeat;
}

#m1 {
	width: 123px;
	height: 74px;
	margin-left: 16px;
	background: url(bhome.jpg) no-repeat;
	background-position: 0px 0px;
	float: left;
}

#m2 {
	width: 200px;
	height: 74px;
	margin-left: 15px;
	background: url(bdownload.jpg) no-repeat;
	background-position: 0px 0px;
	float: left;
}

#m3 {
	width: 187px;
	height: 74px;
	margin-left: 14px;
	background: url(bbuy.jpg) no-repeat;
	background-position: 0px 0px;
	float: left;
}

#m4 {
	width: 231px;
	height: 74px;
	margin-left: 12px;
	background: url(bgames.jpg) no-repeat;
	background-position: 0px 0px;
	float: left;
}

#menu a:hover {
	background-position: 0px -74px;
}

/* Content */

#content {
	width: 968px;
	background: url(contentbg.jpg) repeat-y;
	margin: 0 auto;
}

/* Left Column */

#column {
	float: right;
	width: 200px;
	padding: 4px 8px 8px 8px;
	margin-right: 32px;
	border-left: 2px dotted black;
}

#column .columntext {
	padding-left: 16px;
	font-size: 10px;
	color: #000000;
}

#column h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #002030;
	color: #002030;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 4px;
}

#column ul {
	list-style: none;
	margin: 0 auto;
	margin-left: -24px;
	padding-bottom: 4px;
	text-decoration: none;
}

#column ul a {
	text-decoration: none;
	color: #001030;
}

#column ul a:hover {
	color: #C0C0C0;
}

#column ul li {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}

#column ul ul {
	margin-left: 4px;
	list-style: circle;
}

#column ul ul li {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	margin: 0 auto;
}

/* Main */

#main {
	width: 640px;
	padding: 8px 36px;
	float: left;
}

#main a {
	font-family: Tahoma, Geneva, sans-serif;
//	font-weight: bold;
	text-decoration: none;
	color: #304060;
	font-size: 14px;
}

#main img {
	border: 0;
}

#main a:hover {
	color: #C0C0C0;
}

#main .screenshot {
	border: 1px solid #000000;
	margin-right: 4px;
	margin-bottom: 4px;
}

#main .character {
	clear: both;
	padding: 8px 16px 8px 16px;
}

#main .character img {
	padding-left: 8px;
	padding-right: 8px;
}

#main .power {
	clear: both;
	padding: 8px 16px 8px 16px;
}

#main .power img {
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #000000;
}

#main a:hover .screenshot {
//	border: 1px solid #ffffff;
	width: 104px;
	height: 79px;
	margin-left: -2px;
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#main h1 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
}

#main h2 {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

/* Footer */

#clear {
	clear: both;
}

#footer {
	width: 968px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
	background: url(footer.jpg) no-repeat;
	padding-top: 16px;
}

