/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
.wrapper {
	width: 1300px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 246px;
	background: url(img/logo.png) no-repeat center;
	margin-bottom:5px;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	max-width:1300px;
}

.left_info  {
	max-width:571px;
	float:left;
	
}

.description {
	
	background: url(img/description.png) no-repeat;
	width:571px;
	height: 41px;
	margin:58px 180px;
	margin-bottom:14px;
	
}
.infogame {
	width:571px;
	margin:0 180px;
	
	
}

.infogame h1 {
	color:#767676;
}

.screen_info {
	
	background: url(img/screens.png) no-repeat;
	width:572px;
	height: 40px;
	margin:40px 180px;
	margin-bottom:14px;
	
	
}

.screens {
	
	width:571px;
	margin:0 180px;
	
	
}

.screens img  {
	
	border: 3px solid #a5a5a5;
	
	
}


.right_info  {
	max-width:507px;
	float:right;
}

.download {
	background: url(img/download.png) no-repeat;
	width:343px;
	height: 122px;
	margin:40px 0px 0;
	margin-bottom:10px;
}

.download p {
	font-size:18px;
	margin:-50px 50px;
	color:#a6c2e9;
}

.features {
	background: url(img/features.png) no-repeat;
	width:400px;
	height: 37px;
	margin-bottom:90px;
	
	
}



.infogamer h1 {
	color:#767676;
	
	
}

.system {
	background: url(img/system.png) no-repeat;
	width:400px;
	height: 39px;
	
	
}


.infogamer {
	padding:30px 0px 0;
	margin-bottom:20px;
	
	
}

.Checked {
	background: url(img/Checked.png) no-repeat;
	width:298px;
	height: 85px;
	
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: url(img/footer.png) no-repeat;
	width:1300px;
	height: 75px;
	position:absolute;
	top:1420px;
}