@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: url(../imgs/rpbg.gif) repeat-x;
	text-align: center;
}
#holding-logo {
	background: url(../imgs/gse-logo.jpg);
	margin: 125px auto auto;
	height: 280px;
	width: 710px;
	display: block;
}
h1 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ff0000;
}


a, a:link, a:visited, a:active{
	color: #ff0000;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border-bottom:1px dotted #ff0000;
}
	a:active {

	}
	a:hover {
		text-decoration:none;
		color:#ff0000;
		border-bottom:1px solid #ff0000;
	}

