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

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

/* LINKS */
.oneColFixCtr #links {
	position: absolute;
	left: 850px;
	top: 26px;
	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: 46px;
	top: 180px;
	width: 560px;
	height: 315px;
	background-color:#000000;
}
.oneColFixCtr #playerInner {
	color: #FFFFFF;
	text-align: center;
}

/* INFO */
.oneColFixCtr #info {
	position: absolute;
	left: 46px;
	top: 520px;
	width: 370px;
	text-align: center;
}
.oneColFixCtr #info h2 {
	margin: 0px 0px 0px 0px;
}
.oneColFixCtr #info p {
	margin: 5px 0px 10px 0px;
}
.oneColFixCtr #info a {
	color: #c71244;
	font-weight: bold;
	text-decoration: none;
}

/* INFO */
.oneColFixCtr #credits {
	position: absolute;
	left: 345px;
	top: 708px;
	width: 200px;
	text-align: left;
}
.oneColFixCtr #credits p {
	margin: 5px 0px 10px 0px;
}
.oneColFixCtr #credits a {
	color: #c71244;
	font-weight: bold;
	text-decoration: none;
}

/* SKUM */
.oneColFixCtr #skum {
	position: absolute;
	left: 370px;
	top: 490px;
	width:130px;
}
.oneColFixCtr #skum h6 {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.oneColFixCtr #skum h6 img {
	border: none;
}

