@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(http://images.liquidlightvideo.com/mainSite/home_bg.jpg) center top no-repeat;
}

div#logo {
	width: 197px;
	height: 194px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	z-index: 5;
	background: url(http://images.liquidlightvideo.com/mainSite/logo.png) center top no-repeat;
}


div#content {
	width: 100%;
	padding: 5px;
	position: absolute;
	top: 200px;
	/*background: transparent url(http://media.ign.com/ign/imgs/bg_transparency_ffffff.png);*/
	background: transparent url(http://images.liquidlightvideo.com/mainSite/trans.png);
}

div#content div#video {
	width: 427px;
	height: 277px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	border: #878787 1px solid;
}

div#content div#text {
	display: none;
}

div#no2011 {
	display: block;
	width: 500px;
	margin-right: -250px;
	position:absolute;
	top: 500px;
	right: 50%;
	text-align: center;
	
}
div#weva a {
	display: block;
	width: 68px;
	height: 33px;
	text-indent: -99999px;
}

div#alist a {
	display: block;
	width: 65px;
	height: 33px;
	text-indent: -99999px;
}

div#weva {
	width: 68px;
	height: 33px;
	background: url(http://images.liquidlightvideo.com/mainSite/weva_tiny_test.png) no-repeat left;
	position: absolute;
	left: 50%;
	top: 537px;
	margin-left: -168px;
	z-index: 7;
}

div#weva:hover {
	background: url(http://images.liquidlightvideo.com/mainSite/weva_tiny_test.png) no-repeat right;
}

div#alist {
	width: 65px;
	height: 33px;
	background: url(http://images.liquidlightvideo.com/mainSite/alist_tiny.png) no-repeat left;
	position: absolute;
	left: 50%;
	top: 537px;
	margin-left: 100px;
	z-index: 7;
}

div#alist:hover {
	background: url(http://images.liquidlightvideo.com/mainSite/alist_tiny.png) no-repeat -64px;
}


div#footer {
	width: 100%;
	position: absolute;
	top: 600px;
	text-align: center;
	color: #444444;
	margin-top: 0px;
}

div#footer a {
	color: #444444;
}

div#footer a:hover {
	color: #666666;
}


div#bottomGlow {
	width: 1000px;
	height: 27px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 489px;
}

div#topGlow {
	top: 173px;
}

div#watermark {
	width: 663px;
	height: 276px;
	position: absolute;
	top: 442px;
	left: 50%;
	margin-left: -330px;
}



