/* 

                                          :             _            _                     :
                                          :            | | ___ _ __ (_)_   _ ___           :
                                          :         _  | |/ _ \ '_ \| | | | / __|          :
                                          :        | |_| |  __/ | | | | |_| \__ \          :
                                          :         \___/ \___|_| |_|_|\__,_|___/          :

 */

body {
	background: #050505 url(metal.png) 0 0 repeat-x;
	line-height: 1.4;
	font-size: .71em;
}

#about {
	width: 500px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	text-align: center;

}

#about h1 {
	font-size: 9em;
	color: white;
	font-family: "Centry Gothic", "Gill Sans", Arial, sans-serif;
	text-shadow: #111111 2px 2px 2px;
	margin-bottom: -10px;
	margin-top: 10px;
	font-weight: normal;
}

#about p {
	font-size: 1.2em;
	color: white;
	font-family: "Centry Gothic", "Gill Sans", Arial, sans-serif;
	text-shadow: #111111 2px 2px 2px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.pagerip {
	background: url(pagerip.png) no-repeat;
	width: 225px;
	height: 247px;
	margin: 0 auto;
}

a:link{color: #660000;}
a:visited{color: #660000;}
a:hover{color: silver;}
a:active{color: silver;}