@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #352F7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #352F7F;
	height: 494px;
	width: 426px;
	margin: auto;
}
#header {
	background-color: #352F7F;
	height: 145px;
	width: 426px;
}
#midcol {
	background-color: #352F7F;
	height: 277px;
	width: 426px;
}
#footer {
	background-color: #352F7F;
	height: 72px;
	width: 426px;
}
