@charset "utf-8";

body{
	background-position : center 0px;
	background-color 	: #ffffff;
	background-repeat 	: repeat-y;
	text-align 			: center;
	font-family 		: Arial, Helvetica, sans-serif;
	font-size 			: 11px;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	color				: #555555;	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#page{
	width 					: 900px!important;
	max-width 				: 900px;
	margin 					: auto;
	padding 				: 0 0 0 0;	
	text-align 				: center;	
}
#pageTop{
	width 					: 900px!important;
	max-width 				: 900px;
	height 					: 20px!important;
	max-height 				: 20px;
	margin 					: 0 0 0 0;
	padding 				: 0 0 0 0;
	background-image: url(../images/top_head.gif);
	background-repeat: no-repeat;
}
#pageLogoHead{
	width 					: 900px!important;
	max-width 				: 900px;
	height 					: 100px!important;
	max-height 				: 100px;
	margin 					: 0 0 0 0;
	padding 				: 40px 0px 0px 0px;
	position 				: center;
}
#pageContent{
	width 					: 900px!important;
	max-width 				: 900px;
	height 					: 400px!important;
	max-height 				: 400px;
	position 				: center;
}

