@charset "utf-8";
/* CSS Document */
body {
	/*background:url(backgrounds/bg.jpg) center;*/
}
img
{
	border:none;
}
#logo
{
	background:url(backgrounds/LOGO-BIG.png) no-repeat;
	width:600px;
	height:280px;
	margin:0 auto;
}

#fix_bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;

}
#wrraper
{
	width:100%;
	height:100%;
	margin:0 auto;
}

#content
{
font-family:Calibri;
font-size:13px;
color:#FFFFFF;
padding:20px 0 0 0 ;
margin:0 auto;
}

#tag
{
font-family:Calibri;
font-size:13px;
color:#FFFFFF;
text-align:justify;
padding-top:15px;
}
#address a
{
	text-decoration:none;
		color: #553700;
		
}
#address
{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	margin:0 auto;
	


}
