@charset "utf-8";
/* CSS Document */

#header, .content, #footer {
    display: block !important ;
    position: relative !important ;
    width: 100% ;
    max-width: 650px !important;
	margin:0 auto !important;
	z-index:0;
}
#header,#footer { position:fixed !important; left:0; right:0; z-index:1}
#footer{bottom:0;}
#menu {
	position:relative;
    width: 375px;
    position: relative;
    height: 20px;
    margin: 90px 0 0 275px;
}
#hook{
	text-align:right;
	}