@charset "utf-8";
body {
	background: #000000;
	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: #FFFFFF;
	min-width: 930;
	background-image: url(../images/bg.jpg);
}
img {
	border:none;
}
img a {
	border:none;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	position:absolute;
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* STATEMENT */
.oneColFixCtr #statement {
	display: inline;
	position: absolute;
	width: 177px;
	left: 5px;
	top: 2px;
}

/* TOP */
.oneColFixCtr #top {
	display: inline;
	position: absolute;
	width: 445px;
	left: 182px;
	top: 0px;
}

/* HEADER */
.oneColFixCtr #header {
	display: inline;
	position: absolute;
	width: 400px;
	left: 630px;
	top: 30px;
	text-align: left;
}
.oneColFixCtr #header h1 {
	margin: 0px;
	padding: 0px;
}


/* LINKS */
.oneColFixCtr #links {
	position: absolute;
	left: 825px;
	top: 5px;
	width: 120px;
}
.oneColFixCtr #links h6 {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.oneColFixCtr #links h6 img {
	border: none;
}

/* PLAYER */
.oneColFixCtr #player {
	position: absolute;
	left: 0px;
	top: 146px;
	width: 608px;
	height: 362px;
	background-color:#000000;
}
.oneColFixCtr #playerInner {
	color: #FFFFFF;
	text-align: center;
}

/* RIGHT */
.oneColFixCtr #right {
	position: absolute;
	left: 630px;
	top: 220px;
	width: 300px;
	text-align: center;
	background-color: #000000;
	color: #00c0e3;
}
.oneColFixCtr #right h2 {
	margin: 0px 0px 0px 0px;
}
.oneColFixCtr #right p {
	margin: 5px 10px 10px 10px;
}
.oneColFixCtr #right a {
	color: #00c0e3;
}

/* INFO */
.oneColFixCtr #info {
	position: absolute;
	left: 0px;
	top: 508px;
	width: 608px;
	text-align: center;
	background-color: #000000;
}
.oneColFixCtr #info h2 {
	margin: 0px;
}
.oneColFixCtr #info p {
	margin: 5px 0px 10px 0px;
}
.oneColFixCtr #info a {
	color: #ffffff;
/*	font-weight: bold; 
	text-decoration: none;*/
}

/* PARTNERS */
.oneColFixCtr #partners {
	position: absolute;
	left: 630px;
	top: 580px;
	width: 300px;
	background-color: #000000;
	text-align: center;
	
}
.oneColFixCtr #partners h6 {
	display: inline;
	padding: 0px;
}
.oneColFixCtr #partners h6 img {
	margin: 10px 7px 10px 7px;
	border: none;
}

