* { margin: 0; outline: none; }
html { overflow-x: hidden; overflow-y: scroll; }
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #d0d0d0;
	background: url(/img/bg.gif) repeat left top;
}

img { border: none; }
a, a:link, a:visited, a:active, a:hover { color: #d0d0d0; text-decoration: none; }
a:hover { text-decoration: underline; }

.c { clear: both; } .fl { float: left; } .fr { float: right; } .dn{display: none;}

#wrapper {
	width: 956px;
	min-height: 911px;
	margin: 20px auto;
	background: url(/img/bg_wrapper.png) no-repeat left 10px;
}

#header {
	margin: 30px 0 0 0;
	text-align: center;
}

#content { width: 870px; }

#content #left_column { float: left;}
#left_column #download_btn{
	display: block;
	width: 192px;
	height: 50px;
	margin: 272px 0 0 131px;
}

#content #right_column {
	float: right;
	width: 390px;
	padding: 20px;
	margin: 90px 0 0 0;
}

#right_column #screenshots{
	width: 320px;
	height: 240px;
	margin: 0 52px;
}
#right_column #info {
	height: 250px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
#right_column #info h2 {
	margin: 15px 0;
	font-size: 22px;
	line-height: 26px;
	color: #e9e9e9;
	font-weight: bold;
}
#right_column #info p { padding: 0 0 15px 0; }
#right_column #info a, #right_column #info a:hover { color:#f2c46a; }

#footer #buttons {
	margin: 71px 0 0 113px;
}
#footer #buttons a, #footer #buttons a:hover {
	display: inline-block;
	width: 164px;
	height: 52px;
	margin: 0 24px 0 0;
}

#footer #copyrights {
	margin: 60px 0 0 60px;
	text-align: center;
	line-height: 18px;
}
