@charset "utf-8";
body {
	margin:0; 
	padding:0; 
}
img {
	border:none;
}
form {
	margin0px;
	padding:0px;
}
#background{
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:700px;
	background-image:url(../images/bg.gif);
	}
#menu {
	float:right;
	margin-right:150px;
	margin-top:30px;
	margin-bottom:65px;
	
}
#contents {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:400px;
	overflow:auto;

}
