/* 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,font,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{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
ol,ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
table{
	border-collapse:collapse;
	border-spacing:0
}

/* CSS End Reset */

body {
	background: #1f1f1f url('../imgs/bg.jpg') no-repeat;
	background-position: 50% 0;
	padding: 0;
	margin: 50px 20px;
	border: 0;
	font: normal 14px/22px Helvetica, Arial, sans-serif;
	color: #eee;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#screens {
	width: 490px;
	float: left;
}

#info {
	float: left;
	width: 440px;
}

p {
	margin: 22px 0 0 2px;
}

p.sml, p.sml a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: none;
}

p.sml a:hover {
	color: #f9a217;
	text-decoration: none;
	border-bottom: solid 1px #f9a217;
}

.clear {
	clear: both;
}

h1 {
	margin: 115px 0 22px 0;
	padding: 0;
	font-size: 36px;
	color: #fff;
	text-shadow: #000 0 2px;
}

a.btn {
	text-align: center;
	padding-top: 9px;
	margin-top: 22px;
	display: block;
	width: 177px;
	height: 35px;
	background: url('../imgs/btn.png') no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

a.btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
	border-bottom: none;
}

a {
	color: #f9a217;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px #f9a217;
}
