body
{      
	background-color: #fff;
	margin: 0px
}

#container        
{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0;
	overflow: visible;
	visibility: visible;
	display: block
}
	
#home
{
	background-image: url('img/tv.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	padding: 281px 0 0 0;
	margin-left: -125px;
	position: absolute;
	top: -198px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
}

#home ul { 
	width: 155px; 
	height: 114px; 
	margin: 0 auto;
	padding: 0;
} 

#home ul li { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
	float:left; 
	text-indent:-9999px; 
} 

#home ul li a { 
	border:0; 
	text-decoration:none; 
	display:block; 
	background: transparent url('img/homematrix.gif') no-repeat; 
} 

li#blog a { 
	width:155px; 
	height:25px; 
} 

li#webd a { 
	width:155px; 
	height:33px; 
} 

li#b-pop a { 
	width:155px; 
	height:25px; 
} 

li#e-mail a { 
	width:155px; 
	height:31px; 
}

li#webd a:link, li#webd a:visited { 
	background-position: 0px 0px; 
} 
li#webd a:hover, li#webd a:focus { 
	background-position: -155px 0px; 
} 

li#blog a:link, li#blog a:visited { 
	background-position: 0px -33px; 
} 
li#blog a:hover, li#blog a:focus { 
	background-position: -155px -33px; 
} 

li#b-pop a:link, li#b-pop a:visited { 
	background-position: 0px -58px; 
} 
li#b-pop a:hover, li#b-pop a:focus { 
	background-position: -155px -58px; 
} 

li#e-mail a:link, li#e-mail a:visited { 
	background-position: 0px -83px; 
} 
li#e-mail a:hover, li#e-mail a:focus { 
	background-position: -155px -83px; 
} 