@charset "UTF-8";
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/miswis_whole.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#branding {
	width: 1024px;
}
#contentbody {
	width: 840px;
	background-repeat: no-repeat;
	height: 412px;
	background-image: url(images/miswis_01.jpg);
}
#content{
	width: 800px;
	float: left;
	padding-right: 115px;
	padding-top: 50px;
	text-align: left;
	height: 200px;
}	
#footer {
	width: 1024px;
	clear: both;
	background-color: #FF0000;
	height: 20px;
	padding: 4px;
}
#logo {
	width: 420px;
	float: left;
	height: 100px;
	padding-left: 50px;
	padding-top: 175px;
}
#navigation{
	width: 163px;
	position: absolute;
	top: 287px;
	left: 1100px;
}
body {
	background-color: #000000;
}
