@charset "UTF-8";

body {
margin:0;
background-color: #fff;
background-image:url(../images/background_top.jpg);
background-position:center center;
background-attachment:fixed;
}
#wrapper{
position:relaltive;
min-height:550px;
}
div#container {
width:100%;
height:520px;
position:absolute;
top:50%;
margin-top:-260px;
}


div#contents {
	width:658px;
	position:relative;
	margin: 0 auto;
}

div#footer {
	width:658px;
	margin:5px auto 50px;
}
div#footer img{
margin-left:430px;
}
h1{
	margin: 0 0 0 0;	
}