@charset "utf-8";
/* CSS Document */

body {
	background: #60bfef;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin: 0;
}

#center {
	width: 880px;
	margin: auto;
}

#content, #header {
	width: 880px;
}
#header {
	height: 150px;
}
#footer {
	float: left;
	width: 100%;
	height: 100px;
}

.modelfloat {
	float: left;
	background: #afdff6;
	border: 1px solid #1a323e;
	width: 202px;
	height: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
}

.blackborder {
	border: 1px solid #000;
}
