/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	background-image:url(images/bg.jpg);
	background-position:center top;	
	}

div#container {
	width:100%;
	margin:auto;
	}

div#top {
	width:100%;
	height:35px;
	margin:auto;
	background-color:#000000;
	}

div#header {
	width:100%;
	height:218px;
	margin:auto;
	background-color:#FFFFFF;
	}

div#navi {
	width:100%;
	height:35px;
	margin:auto;
	background-color:#000000;
	}

div#maedels {
	width:100%;
	margin:auto;
	}

div#maedela {
	width:211px;
	height:289px;
	}

div#maedelb {
	width:177px;
	height:194px;
	}
	
div#content {
	width:100%;
	margin:auto;
	}

div#footer {
	width:100%;
	height:35px;
	margin:auto;
	background-color:#000000;
	}

a:link {
	text-decoration:none;
	outline:none;
}

a:visited {
	text-decoration:none;
	outline:none;
}

a:active {
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:none;
	outline:none;
}

.clear {clear:both;};
