/* ----------*/
/*  Main CSS */
/*-----------*/


html, body {
	height: 100%; 
}

body {
	font-family: Helvetica, Arial;
	color: #fff;
	background: url(grad_black2blue.jpg);
	overflow-x:hidden;
}

h1, h2, h3, h4 {
	font-family: Helvetica,  Arial;
	text-align:center;
}

h1 {
       font-size: 16px;
	   padding: 0px;
}

h2 {
       font-size: 14px;
       text-align: left;
}

h3 {
	font-size: 12px;
	text-align: left;
}

h4 {
	padding: 0px;
}

a {
	outline: none;
	color: #ffb90f;
}

p {
	font-size: 12px;
}

ul {
	font-size: 12px;
}

#logo {
	position:absolute;
	margin-left:-240px;
	left:50%;
}

#main {
	position:absolute;
	padding:10px;
	color:white;
	height:402px;
	width:300px;
	overflow:auto;
	background-color: transparent;
	background: url(bg-dark-trans.png) top left repeat;
}

#flash-container {
	text-decoration:none; 
	outline:0;
	position: absolute;
	left:50%;
	margin-left:-390px;
	height:766px;
	width: 780px;
}

#footer {
	position:absolute;
	text-align: center;
	width:780px;
	margin-top: 630px;
	margin-left: -390px;
	left:50%;
}

#petrotrac {
	position:absolute;
	outline: none;
	border: 0px;
	width:180px;
	margin-top:110px;
	margin-left:-340px;
	left:50%;
}

#footer a {
	color: #ffb90f;
}
