body {
	background: url('images/background.jpg') repeat-x #131313;
	color: #eee;
	text-align: center;
}

h1,h2,h3 {
	font-family: georgia, times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: .6em;
}

h2 {
	letter-spacing: .28em;
}

div#splash {
	border: 2px solid #444;
	padding: 16px;
	position: relative;
	top: 24px;
width: 780px;
margin-left: auto;
margin-right: auto;
background: url('images/trans.png') repeat;
margin-bottom: 36px;
}

div#left {
width: 45%;
float: left;
text-align: center;
}

div#right {
width: 45%;
float: right;
text-align: center;
}

hr.clr {
height: 0px;
line-height: 0px;
visibility: hidden;
clear: both;
}

p {
font-family: tahoma;
color: #eee;
font-size: 1.1em;
margin-top: 8px;
padding-bottom: 0px;
margin-bottom: 0px;
}

img {
margin-bottom: 18px;
}

p a {
	font-size: 1em;
	letter-spacing: 0em;
}

a {
font-family: tahoma;
font-size: 1.2em;
	letter-spacing: .4em;
	text-decoration: none;
}

a:link, a:visited {
	color: #69c;
}

a:hover {
	color: #36f;
	text-decoration: underline;
}
