html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	}


#holder{
position: absolute;
left: 50%;
top: 50%;
width: 450px;
height: 150px;
margin-left: -225px;
margin-top: -75px;
text-algine: center;

}

#menu {
text-decoration:none;
color:#7e7e7e;
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size: 29px;
margin-right: 11px;
}



a {
text-decoration:none;
color:#7e7e7e;
}

a:hover {
color:#000000;

}
