@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	
	}
	
#container {
	width: 800px;
	margin: 0px auto;
	}

.header {
	background: url(images/header1.jpg) no-repeat;
	width: 800px;
	height: 209px;
	}
	
.top {
	width: 695px;
	height: 19px;
	}
	
.main {
	width: 720px;
	background: url(images/body1.jpg) repeat-y;
	padding: 40px;
	}
	
	
.footer {
	width: 800px;
	height: 136px;
	}	