/* @override http://jetlagapp.com/style.css */
body{
background: #f0ca88 url(images/bg.png) repeat fixed; 
font-family:helvetica;
}



#content{
	display:block;
	color: white;
	height:580px;
	width:530px;
	position: relative;
	top: 12px;
	margin-right: auto;
	margin-left: auto;
	z-index:1;
	background: url(images/content.png) no-repeat;
	font-size: 14px;
	text-shadow: #000 0 1px 1px;
}

#contenttext {
	width: 482px;
		margin-right: auto;
	margin-left: auto;
}

#footercontent{
	display:block;
	color: white;
	height:210px;
	width:530px;
	position: relative;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	z-index:50;
	background: url(images/footercontent.png) no-repeat;
	font-size: 14px;
	text-shadow: #000 0 1px 1px;
}


#buttons {
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	position: relative;
	width: 514px;
}

#pricetag{
	left: 482px;
	position: absolute;
}

#universal { float: left; margin-right: 10px; }

#support { float: left; margin-right: 10px; }


#copyrightetc {
	
	position:relative;
	margin-right: auto;
	margin-left: auto;
	color: #494949;
}

#faq{
	list-style-type: none;
}

.cap{
	font-size: 22px;
	font-weight: bold;
	margin-right: 8px;
}

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

.support{
	color: #fbdd89;
	text-decoration: underline;
}
