@charset "UTF-8";

/* CSS style */

@import url(reset.css);

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
	overflow:hidden;
}

* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

body{
	margin:0 auto;
	background: #dfdfdc;
}

div#container,
div#er404 {
	width: 900px;
	height: 800px;
	background: #ffffff url(images/topimg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
}


div#er404 {
	background: #ffffff url(images/404.jpg) no-repeat center top;
}

div#container h1,
div#er404 h1{
	padding: 240px 0 0 239px;
	margin: 0;
}


