html, body {

    overflow: hidden;

}



#page_bg {

	background-color: #000000;

}



#wrapper {

	background: url(gradient.png) repeat-x;

	width: 100%;

	height: 800px;

	margin: 0;

	padding: 0;

}



#menu {

	width: 1020px;

	height: 100%;

	margin: 25px auto 25px auto;

}



#menu a {

    margin-left:  20px;

    margin-right: 20px;

    color: transparent;

}



a img { 

	border: none;

	text-decoration: none;

}



a, a:link, a:visited, a:hover, a:active {

	text-decoration: none;

}



img:hover {

	border: none;

}



