@charset "utf-8";
/* CSS Document */

a{
	color:white;
}

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
	background:rgb(0,125,195);
}

#bottom{
	width:100%;
	min-width:1024px;
	background:rgb(0,125,195);
	position:absolute;
	top:320px;
}

#bottomImageDiv{
	position:relative;
	left:151px;
	top:35px;
	width: 558px;
	margin:auto;
}

img{
	border:none;
}

#middle{
	width:100%;
	min-width:1024px;
	height:181px;
	background-color:white;
	background-image:url(middle-bg.png);
	background-repeat:repeat-x;
	position:absolute;
	top:140px;
}

#middleImageDiv{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#top{
	background:white;
	width:100%;
	min-width:1024px;
}

#topImageDiv{
	width:650px;
	height:140px;
	background:url(top-bg.png) no-repeat;
	position:relative;
	left:151px;
	margin:auto;
}