html { margin: 0px; }

body {
	text-align: center;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 910px;
}

#logo img {
	position: relative;
	margin: 0 auto;
	border: none;
	left: -25px;
	top: 55px;
	z-index: 5;
}

* html #logo img {
	top: 40px;
}

#menu {
	font-family: Arial;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	font-variant: small-caps;
	text-align: left;
	width: 450px;
	height: 30px;
	left: 300px;
}

#menu li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

#menu a {
	color: #ddd;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
	font-size: larger;
}

#tvspace {
	position: relative;
	margin: 0 auto;
	background: url(images/RetroTV-BG.jpg) no-repeat;
	width: 910px;
	height: 890px;
	top: -10px;
}

#overflowbox {
	position: absolute;
	margin: 0 auto;
	overflow: auto;
	font-family: Arial;
	font-weight: bold;
	background: url(images/bwbg.jpg);
	background-color: #222;
	width: 540px;
	height: 390px;
	top: 130px;
	left: 140px;
}

#overflowbox a {
	color: white;
	text-decoration: none;
}

* html #overflowbox {
	background: url(images/bwbg.jpg) fixed;
}

#overflowbox2 {
	position: absolute;
	margin: 0 auto;
	/* overflow: auto; */
	font-family: Arial;
	font-weight: bold;
	background: url(images/bwbg.jpg);
	background-color: #222;
	width: 540px;
	height: 390px;
	top: 130px;
	left: 140px;
}

#overflowbox2 a {
	color: white;
	text-decoration: none;
}

* html #overflowbox2 {
	background: url(images/bwbg.jpg) fixed;
}

.title {
	font-family: Arial;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	font-variant: small-caps;
	text-align: right;
}

#sponsorvid {
	position: relative;
	width: 485px;
	left: 50px;
}

#indextext {
	position: relative;
	margin: 0 auto;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	top: 700px;
	left: 0px;
	width: 700px;
}

