@charset "utf-8";
/* CSS Document */
BODY
{
	background:url('/app_img/background.jpg');
	background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0;
	margin: 0;
	min-width: 320px;
}
#header .wrapper .logo
{
	margin:0 10px;
	float:left;
	height:60px;
	width:312px;
	background:url('/images/site_head_logo.png');
	background-size:100% 100%;
}

#onama .wrapper .left .logo
{
	width:100%;
	padding:20px 10px 10px 10px;
	text-align:center;
	margin:0;
}

@media (max-width: 980px) {
#header .wrapper .logo
{
	width:60px;
	background:url('/images/site_head_logos.png');
	background-size:100% 100%;
}
#onama .wrapper .left .logo
{
	width:100%;
	padding:20px 10px 10px 10px;
	text-align:center;
	margin:0;
}
}