@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.png) repeat top center;
}


.container {
	width: 680px;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
}

.content {
	margin:50px 0px;
	padding: 20px 50px 10px 50px;

	background-color: #fff;
	
	/*border: 2px solid #557;*/
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;	
	border-radius: 30px;
}



.header {
	width: 100%;
}

.header .banner {
	
	width: 405px;
	height: 138px;
	margin: 20px auto 32px auto;
	
	/*background: url(images/headerBanner.png) no-repeat top center;*/
}

.header .banner img {
	width: 405px;
	height: 138px;
}

.topNavigation {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.topNavigation ul {
	list-style: none;
	padding: 0;
}

.topNavigation ul li {
	display: inline;
	font-weight:bold;
	padding: 0px 2px;
}

.realContent {
	height: 230px;
}

.game {
	padding: 20px 10px;
}

.game .icon {
	float: left;
	
	padding:0;
	margin-right: 10px;
		
	display:inline; /* IE float double margin fix */
}

.game .data {
	padding-top: 2px;
	/*margin-left: 120px;*/
}

.game .data .title {
	font-size: 20px;
	font-weight: bold;
}

.game .data .description {
	padding-top: 5px;
}

.frontNew {
	margin-top: 15px;
	text-align: center;
}

.frontNew strong {
	color: #f00;
}

.frontNew a {
	font-weight: bold;
	/*color: #00f;*/
}

.contact {
	padding: 20px 10px;
}

.about {
	padding: 20px 10px;
}

.copyright {
	text-align:center;
	font-size: 10pt;
	color: #000;
}