* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eef3fa;
	text-align: center;
	font-size: 76%;
}

#wrap {
	width: 980px;
	height: 100%;
	background-color: #ffffff;
	background-image: url(../images/p00_background.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#welcome {
	padding-top: 30px;
	padding-bottom: 5px;
}

#images {
	margin-top: 26px;
	background-image: url(../images/p00_images.jpg);
	background-repeat: repeat-x;
}

#copyright {
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005da8;
	font-size: 0.8em;
}

#imagecontainer1 {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
	height: 57px;
}

#imagecontainer2 {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
	height: 57px;
}

#backgroundcontainer {
	overflow: hidden;
	z-index: 2;
	width: 980px;
	height: 57px;
	position: relative;
}
