body {
	background-color: #00234A;
	background-image:url('bg.jpg');
	background-repeat:repeat-x;
}
A {
	text-decoration:none;
	hover:#FFCF4D;
}

h1 {
	font-size:115px;
	color:#3298C7;
	text-decoration:none;
	font-family:arial;
	letter-spacing:-.12em;
	font-style:bold;
}


p {
	color:#FFFFFF;
	font-family:Arial;
	font-size:.8em;
	letter-spacing:.07em;
}

.indent {
	text-indent:5px;
	margin-top:-45px;
}


.margin {
	margin-top:-15px;
}

.bottom {
	position:absolute;
	bottom:0px;
}

#icons {
	position:relative;
}
#icons li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#icons li, #icons a
{
	height:32px;
	display:block;
}

#twitter
{
	left:0px;
	width:32px;
}

#twitter {
	background:url('twitter.png');
}
#twitter a:hover{background:url('twitter_hover.png');
}

#email
{
	left:37px;
	width:32px;
}

#email {
	background:url('email.png');
}
#email a:hover{background:url('email_hover.png');
}