#image
{
	background-color:#000000;
	height:auto;
	width:960px;
}
#image img
{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
#discription
{
	text-align:center;
	width:960px;
	height:auto;
}
#discription p
{
	font-family: sans-serif;
	font-size:16px;
	color:#ffffff;
}
td a
{
	color:#ffffff;
	font-family:sans-serif;
	font-size:14px;
}
td a:hover
{
	color:#88000;
}
table
{
	margin-left:auto;
	margin-right:auto;
}
#home
{
	width:100px;
	height:50px;
	text-align:center;
	position:relative;
	left:200px;
	background-image:url(images/home.png);
}
#home a
{
	color:#ffffff;
	font-family:Sans-Serif;
	font-size:0px;
	position:relative;
	top:17px;
	text-decoration:none;
	padding-bottom:30px;
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
}
#home:hover
{
	background-image:url(images/homeglow.png);
}
#media
{
	width:102px;
	height:50px;
	background-image:url(images/media.png);
	text-align:center;
	position:relative;
	top:-50px;
	left:300px;
	
}
#media a
{
	color:#ffffff;
	font-family:Sans-Serif;
	font-size:0px;
	position:relative;
	top:17px;
	text-decoration:none;
	padding-bottom:30px;
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
}
#media:hover
{
	background-image:url(images/mediaglow.png);
}
#gallery
{
	width:102px;
	height:50px;
	background-image:url(images/gallery.png);
	text-align:center;
	position:relative;
	top:-100px;
	left:405px;
	
}
#gallery a
{
	color:#ffffff;
	font-family:Sans-Serif;
	font-size:0px;
	position:relative;
	top:17px;
	text-decoration:none;
	padding-bottom:30px;
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
}
#gallery:hover
{
	background-image:url(images/galleryglow.png);
}
#contact
{
	width:102px;
	height:50px;
	background-image:url(images/contact.png);
	text-align:center;
	position:relative;
	top:-150px;
	left:515px;
	
}
#contact a
{
	color:#ffffff;
	font-family:Sans-Serif;
	font-size:0px;
	position:relative;
	top:17px;
	text-decoration:none;
	padding-bottom:30px;
	padding-right:50px;
	padding-left:50px;
	padding-top:20px;
}
#contact:hover
{
	background-image:url(images/contactglow.png);
}	