body {
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	background-color: black;
	color:white;
}

h1
{
	font-size: 12px;
	font-family: helvetica;
	color: white;
}

#container {
	position:relative;
	background-image: url(images/bg.jpg);
	width:1190px;
	height:720px;
	margin-left: auto;
	margin-right: auto;
	border: 15px solid white;
}

#left {
	position:absolute;
	top: 130px;
	left: 33px;
	width: 343px;
	padding:12px;
	font-size:12px;
}

#links {
	text-align:center;
	font-size:14px;
}

#download_buttons {
	text-align:center;
}

#download_buttons a {
	border:none;
}
#download_buttons img {
	margin:0px 8px 15px 8px;
	border:none;
}

#main {
	position:absolute;
	top: 50px;
	left: 440px;
	width: 705px;
	height:188px;
}

#screens {
	width:740px;
	margin: 0 auto 0 auto;
	background-color:red;
}

#main .screen {
	text-align:center;
	width: 125px;
	float: left;
	margin: 0 25px 0 25px;
}

#compare {
	position:absolute;
	top: 330px;
	left: 720px;
	background-image: url(images/compare_black.png);
	width: 410px;
	height:131px;
	padding: 35px 15px 15px 15px;
}

#compare #panolab_tab {
	height:40px;
	left:0;
	position:absolute;
	top:0;
	width:137px;
	cursor:pointer;
}

#compare #panolab_pro_tab {
	height:40px;
	left:152px;
	position:absolute;
	top:0;
	width:137px;
	cursor:pointer;
}

#compare li {
	margin-top:10px;
}

#big_screen {
	position: absolute;
	top: 330px;
	left: 455px;
}

/* List */

li
{
	font-size: 12px;
	line-height: 18px;
	font-family: helvetica;
}

/* Links */

a.internal:link {color: #CC9900; font-family: helvetica; font-size: 12px; text-decoration: none;}
a.internal:visited {color: #CC9900; font-family: helvetica; font-size: 12px; text-decoration:none;}
a.internal:active {color: #CC9900; font-family: helvetica; font-size: 12px; text-decoration: none;}
a.internal:hover {color: #CC9966; font-family: helvetica; font-size: 12px; text-decoration: underline;}
