@charset "utf-8";
/* CSS Document */

body{
	font-family 			: Verdana, Arial;
	font-size				: 12px; 
	color						: black; 			
	margin-top				: 0px;
}

#CenterContainer{
	position					: relative;
	padding					: 0px;
	margin-left				: auto;
	margin-right			: auto;
	margin-top				: 0px;
	width						: 780px;
	height					: relative;
	}

#imageRight{
	position				: absolute;
	top					: -22px;
	left					: 646px;
	width					: 115px;
	height				: 202px;
	border				: none;
	background-color	: none;
	z-index: 5;
}

#imageLeft{
	position				: absolute;
	top					: -180px;
	left					: 9px;
	width					: 175px;
	height				: 131px;
	border				: none;
}

#imageRightpen{
	position				: absolute;
	top					: 150px;
	left					: 546px;
	width					: 224px;
	height				: 70px;
	border				: none;
	background-color	: none;
	z-index: 5;
}

#imageRightearth{
	position				: absolute;
	top					: -136px;
	left					: 589px;
	width					: 175px;
	height				: 131px;
	border				: none;
}


#siteFooter{
	position				: relative;
	vertical-align:bottom;
	z-index				: 4;
	width: 780px;
	height: 117px;
	background-image:url(../images/bg_right_bottom.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

