@charset "utf-8";
/* SHOW ROOM TV - www.showroomtv.it*/

body{
	background-color:#000000;
	text-align:center;
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: auto;
	padding: 0;
	}

a:link, a:visited, a:active  {
	color: #999999;
	text-decoration:none;
	}

a:hover {
	color: #BBBBBB;
	text-decoration:none;
	}

#container {
	height:560px;
	width:800px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-280px 0 0 -400px;
	}
	

img {border: 0;}

#footer { 
	position:absolute;
	top:98%;
	left:50%;
	height: 10px;
	width:800px;
	margin: -5px 0 0 -400px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}