body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #edefe7;
	height: 100%;
}

#header{
	width: 100%;
	height: 134px;
	min-width: 1024px;
}

#header #logo{
	position: absolute;
	top: 10px;
	left: 220px;
}

#wrap p{
	font-size: 20px;
	width: 600px;
	padding: 40px 0px 40px 400px;
}

#welcome{
	background: url('../img/splash_rut2.gif') repeat-x;
	background-position: -16px 0;
	height: 128px;
	text-align: left;
}

#welcome img{
	float: left;
}

#welcome a{
	font-size: 50px;
	color: #cd2028;
	font-weight: bold;
	padding: 28px 0px 0px 0px;
	text-indent: 50px;
	display: block;
}

#footer{
	position: absolute;
	left: 0px;
	height: 80px;
	background: #3d3d3d;
	width: 100%;
	color: #fff;
	min-width: 1024px;
	text-align: left;
	margin: 20px 0px 0px 0px;
}

#footer div{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Lucida Grande", Verdana, sans-serif;
	height: 70px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

#footer div a{
	color: #fff;
	font-size: 12px;
}
