@charset "utf-8";
* {
	margin-top: 0px;
}

#wrapper {
	background-color: #0e075d;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-color: #0e075d;
	height: 190px;
	width: 900px;
}
#navigation {
	background-color: #0e075d;
	height: 38px;
	width: 900px;
	margin-top: 15px;
}
#maintext {
	background-color: #FFFFFF;
	height: 260px;
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
}
SS

