@import "rating.css";

body {
	color: #d4d4d4;
	background: #000 url(bg-body.jpg) top repeat-x;
}

a {
	color: #fff;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
}

p {
	margin: 2px 0;
}

div.center, div#page, div#bottom { 
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
}

div#page {
	position: relative;
	min-height: 726px;
	height: expression(this.scrollHeight > 726 ? "auto" : "726px"); 
	background: #000 url(bg-page.jpg) top no-repeat;
}

div#page img.tv {
	position: absolute;
	top: 156px;
	left: 721px;
	width: 144px;
	height: 128px; 
}

div#menu1 {
	margin-left: 56px;
}

div#menu1 div {
	margin: 2px 0;
}

div#bottom {
	position: relative;
	height: 240px;
	background: #000 url(bg-bottom.gif) top no-repeat;
}

div#bottom p.copyright {
	position: absolute;
	bottom: 12px;
	width: 900px;
	text-align: center; 
	color: #666;
}
