* {
	padding: 0;
	margin: 0;
}

body {
	margin-top: 5%;
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#header {
	background: url('splash_top.jpg') no-repeat;
}

#wrapper {
	background: url('splash_container.jpg') repeat-y;
}

#logo1{
	display: none
}

#logo2{
	display: none
}

#footer {
	background: url('splash_bottom.jpg') no-repeat;
}

#main {
	height: 152px;
}

a:active, a:focus {
outline:none;
}