@charset "utf-8";
*{margin:0; padding:0;}

html{
	height:100%;
	}

body{
	padding-top:3%;
	height:92%
	}

#wrapper{
	width:100%;
	text-align:center;
	background:url(pics/bg.jpg) repeat-x;
	position:relative;
}

#pic{
	width:960px;
	margin:auto;
	}

#info{
	position:absolute;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	font-weight:normal;
	background:url(pics/trans.png) repeat;
	top:32px;
	left:0;
	padding:10px 15px;
	width:250px;
	height:422px;
	display:none;
	}
	
.adress{
	margin-top:25px;
	}
	
.adress a{
	text-decoration:underline;
	color:#0066aa;
	}
.adress p{
	margin-bottom:7px;
	}
	
#info h1{
	font-size:16px;
	font-weight:normal;
	margin:25px 0px 7px;
	color:#0066aa;
	}
#info p{
	margin-bottom:7px;
	}
