@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/site/background_white.jpg);
	background-repeat: repeat-x;
}
html, body,form {
	height: 100%;
	margin: 0px;
}

.stage {
	background-image: url(/images/site/background.jpg);
	background-repeat: repeat-x;
	background-color: #00A8E1;
}
.stage .middle {
	background-color: #FFF;
	background-image: url(/images/site/background_middle.jpg);
	background-repeat: repeat-x;
	width: 580px;
}
