body {
	background: #000	;
	background-image: url(bg02.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center top; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColFixCtr #container {
	width: 975px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: none;
}

#header {
	position: relative;
	width: 900px; /* remember to set a width */
}

#mainLeft {
	position: relative;
	width: 215px;
/*	min-height: 550px; /* including padding! */
	float: left;
	margin: 10px;
}

#mainRight {
	position: relative;
	width: 700px;
	float: right;
	margin: none;
}
#clearLeftFloat {
	clear:left;
}

.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	padding: 10px;
	background: #000;
	opacity: 0.55;
	-moz-opacity: 0.55; /* older Gecko-based browsers */
	filter:alpha(opacity=55); /* For IE6&7 */
}

#header .content {
	width: 900px;
	padding: none;
}

#mainLeft .content {
	width: 215px;
	padding: 10px;
}

#mainRight .content {
	width: 700px;
	padding: none;
}

.content {
	position: relative;
}

 Lets use the * html hack so only IE6 reads the rule 
* html #header .overlay {
	height: expression(document.getElementById("header").offsetHeight);
}

* html #mainNewsList .overlay {
	height: expression(document.getElementById("mainLeft").offsetHeight);
}

* html #mainTitleVideo .overlay {
	height: expression(document.getElementById("mainRight").offsetHeight);
}

a { color:#000; text-decoration: none}
a:visited { color:#000; text-decoration: none}
a:active { color:#000; text-decoration: none}
a:hover { color:#333; text-decoration: none}

p.title {
	display: block;
	width: 900px;
	padding: none;
	margin: 10px;
	border: none;
	color: #fff;
	font-family: Impact, Verdana, Arial;
	font-size: 60px;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
}

p.bodytext {
	display: block;
	width: 650px;
	padding-bottom: 5px;
	margin: none;
	border: none;
	color: #fff;
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}

p.title2 {
	display: block;
	width: 650px;
	padding: none;
	margin-top: 5px;
	margin-bottom: 20px;
	border: none;
	color: #fff;
	font-family: Impact, Verdana, Arial;
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
}

p.title3 {
	display: block;
	width: 185px;
	padding: none;
	margin-top: 0px;
	margin-bottom: 20px;
	border: none;
	color: #8ac;
	font-family: Impact, Verdana, Arial;
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
}

img {
	border: none;
}

img#contact {
	float: left;
	margin-bottom: 10px;
}
