﻿body {
	/*background-image: url('../images/home_bg.jpg');*/
}

#header
{
    height:285px;
    background:url('../images/home_bg.jpg') no-repeat;
}

#wrapper {
	/*margin-top: 285px;*/
	margin-top:0;
}
	#wrapper #flash {
		margin: 0 auto;
		/*
		height: 295px;
		width: 940px;
		*/
		height: 325px;
		width: 938px;
	}
	#wrapper #frame_bottom {
		height: 186px;
		background-image: url('../images/home_base.jpg');
		font-size: .76em;
	}
		#wrapper #frame_bottom p {
			margin: 0 auto;
			padding-top: 30px;
			width: 500px;
			text-align: center;
		}
		#wrapper #frame_bottom ul {
			padding-top: 20px;
			/*width: 640px;*/
			width:800px;
		}
		
.importantMessageHome
{
    color:Red;
    font-size:0.7em;
    text-align:center;
}	

.importantMessageHome a, .importantMessageHome a:hover, .importantMessageHome a:visited
{
    color:Red;
}	