@charset "UTF-8";
/* CSS Document */

html {
	background-color:#FFD;
}

#wrapper {
	width:800px;
	margin:auto;
}

.navi {
	float:left;
	width:200px;
	height:50px;
	padding-top:15px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size:1.2em;
	color:black;
}

.navi:hover {
	font-size:1.6em;
	color:#F90;
}

#main {
	min-height:600px;
	background-color:white;
}

.icon {
	clear:both;
}

.icon img {
	width:300px;
	height:!important;
}