/*Reset*/
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}

#container {
    margin: 5px 20% 5px 10%;
    width: 620px;
}

#banner {
    background-image:url('http://images.godaikoso.com/image/bg.gif');
    height: 100px;
    padding: 25px 0 0 10px;
}

#banner h1 {
    display: inline;
}

#content {
    text-align: center;
	overflow: auto;
	padding: 0 0 5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#menu {
    margin: 0 0 5px;
    height: 30px;
    padding: 0;
}

#logo {
	border:none;
	margin-left:330px;
}