body
{
	background-color: #2B2B2B;
}
#content
{
	position: absolute; 
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#box
{
	height: 600px;
	width: 600px;
}
#snm
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/logo-snm.jpg);
}
#snm:hover
{
	background-image: url(images/splash-snm.jpg);
}
#sur
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/logo-sur.jpg);
}
#sur:hover
{
	background-image: url(images/splash-sur.jpg);
}
#sne
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/logo-sne.jpg);
}
#sne:hover
{
	background-image: url(images/splash-sne.jpg);
}
#upl
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/logo-upl.jpg);
}
#upl:hover
{
	background-image: url(images/splash-upl.jpg);
}
#fun
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/logo-fun.jpg);
}
#fun:hover
{
	background-image: url(images/splash-fun.jpg);
}
.leer
{
	height: 200px;
	width: 200px;
	float: left;
	background-image: url(images/splash-leer.jpg);
}
#nvsbl
{
	color:#2B2B2B;
}
#nvsbl:hover
{
	color:#2B2B2B;
}