body {
	margin: 0px;
	padding: 0px;
	margin-top:15px;
}

img {
	border: 0px;
}

#container {
	width:881px;
	height:608px;
	background: url(../img/site_bg.gif) 0 0 no-repeat;
	margin: 0 auto;
	position:relative;
}

#header {
	position: absolute;
	left: 61px;
	top:1px;
}

#logo {
	position: absolute;
	right: 29px;
	top:23px;
}

#content {
	position:absolute;
	top:144px;
	left:70px;
}

#footer {
	position:absolute;
	bottom: 35px;
	right: 29px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

a, a:visited {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#new-contact {
position: absolute;
background: #fff;
width: 300px;
height: 200px;
border: 3px solid #ccc;
z-index: 999;
top: 230px;
left: 30%;
}

#new-contact p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px 20px 0 20px;
	margin: 5px 0 0 0px;
	font-size: 14px;
}

#new-contact b {
	color: #F91515;
}


#closeZoom a, #closeZoom a:visited {
	color:#B6B5B5;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	padding: 10px 10px 0 0;
}
