html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	height:97%;
	background-image:url(../images/html_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #62833e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#container {
	margin:auto;
	width:990px;
	margin-top:0px;
	/*width:100%;
	height:100%;*/
}

img {
	border:0px;
}

#content {
	position:relative;
	top:25px;
	width:984px;
	height:558px;
	text-align:left;
	border:3px solid #ffffff;
	background-image:url(../images/intro/green2.jpg);
	background-position:-1px -1px;
	background-repeat:no-repeat;
}

#content_noflash {
	position:absolute;
	top:260px;
	left:0px;
	width:984px;
	color:#ffffff;
	line-height:18px;
	text-align:center;
}
#opellogo {
	margin:20px;
	margin-left:17px;
}



#footer {
	padding-top:0px;
}
#footer, #footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer ul {
	list-style-type:none;
	line-height:25px;
	margin:0;
	padding:0;
	font-size:9px;
}
#footer li {
	float:left;
	padding-right:30px;
}
#footer li img {
	float:left;
	margin-right:11px;
}
#footer #share_it {
	float:right;
	line-height:16px;
	padding-top:5px;
}
#footer #share_it li {
	padding-right:4px;
}
#footer #share_it li img {
	margin-right:0;
}
