body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #fff;
	background: #fff url("../images/background.gif") repeat-x;
}

a {
	color:#000;
	text-decoration:none;
	outline: none;
}

img {
	border:0;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

:focus {
	-moz-outline-style: none;
}

#main {
	position:relative;
	padding:10px 0 0 0;
	margin:90px auto 0 auto;
	width:810px;
	min-height:528px;
	background:url("../images/contentbg.png") no-repeat;
}

#phone {
	float:left;
	width:346px;
	height:559px;
	margin:-70px 0 0 0;
	background:url("../images/phone.png") no-repeat;
}

#screen {
	width:244px;
	height:352px;
	margin:108px 0 0 54px;
	background:url("../images/screen_main.png") no-repeat;
}

#beer {
	position:absolute;
	right:20px;
	top:-20px;
	width:54px;
	height:96px;
	background:url("../images/beer.png") no-repeat;	
}

#content {
	float:left;
	width:440px;
	height:475px;
	padding: 0 10px;
}

#text p {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: #000 1px 1px 1px;
}

#logo {
	position:relative;
	width:304px;
	height:81px;
	background:url("../images/logo.png") no-repeat;		
}

#footer {
	padding:35px 0 10px 10px;
	clear:both;
	color:#999;
}

#footer a {
	color:#999;
}

#copyrajt {
	font-size: 12px;
}

#links {
	float:right;
	margin:-30px 75px 0 0;
}

#links a {
	color:#888;
	margin:0 15px 0 0;
}

#screenshots {
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}

#screenshots li{
	float:left;
	background:#000;
	border:1px solid #858585;
	margin:0 25px 0 0;
	padding:4px;
}

#screenshots li.selected {
	background:#c2b3d8;
	margin-top:-5px;
}

#screenshots li img { 
	display:block;
	width:65px;
	height:65px;
}

#appstore {
	float:right;
	margin-right:5px;
}

#appstore img {
	width:135px;
	height:47px;
	border: 0;
}

#twitter {
	clear:both;
	float:right;
}
.clear {
	clear:both;
}