@charset "utf-8";
/* CSS Document */
body 
{
	margin: 0;
	padding: 0;
	border:0;
}
.wrapper {
position:absolute;
width:100%;
height:100%;
min-height:500px;
}
.logo {
/*	position:absolute; */
	position:relative;
	width:348px;
	height:108px;
	margin: auto;
/*	left:50%;*/
	top:50%;
	margin-top:-201px; /* -151-100/2 */
/*  margin-left:-368px;*/

	padding-top:194px;
	padding-left:389px;
	background:url(../images/logo.png) no-repeat;
}
.footer {
	position:absolute;
	bottom:0px;
	background:url(../images/bg.png);
	height: 100px;
	width: 100%;
	min-width:740px;
}
.rightfooter {
	margin-top:30px;
	margin-right: 70px;
	background: url(../images/contact.png) no-repeat;
	height: 36px;
	padding: 0;
	padding-top: 2px;
	padding-left: 93px;
	float: right;
	color:#999;	
}
.rightimg {	
	border: 0px;
	padding-top: 2px;
}
.rightcontacts
{
	color:#999;
}
a:link{
color:#999;	
}
a:hover{
color:#999;
}
a:visited{
color:#999;
}
