@charset "utf-8";
.background {
	position: center;
	height: 100%;
	background-image: url(../graphics/layout/content_area_mid.jpg);
	background-position: center center;
	background-repeat: repeat-y;
	
}
.body_large1_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #3366FF;
	font-weight: bold;
}
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../graphics/layout/redtest2.jpg);
	background-attachment: fixed;
}
.body_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
