*{
	margin:0;
	padding:0;
}
html{
	width:100%;
	height:100%;
}
body{
	color:#000;
	font:13px Tahoma, Arial, sans-serif;
	background:#030A12 url(i/bottom.png) no-repeat 100% 100%;
	padding:59px 0 0;
	text-align:center;
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#2b8200;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	color:#333;
}
#wrapper{
	background:url(i/c_bg.png) no-repeat;
	width:829px;
	height:542px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}
*html #wrapper{
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/c_bg.png', sizingMethod='crop');
	background:none;
}
#wrapper div{
	background:#fff url(i/motor.jpg) no-repeat 25px 147px;
	width:829px;
	height:542px;
	position:relative;
}
#wrapper div img,
#contacts{
	position:absolute;
}
#logo{
	top:25px;
	right:27px;
	font-weight:bold;
}
#text{
	top:230px;
	right:84px;
}
#contacts{
	left:468px;
	bottom:35px;
	height:58px;
}
#wrapper div #contacts img{
	position:static;
}
#contacts .tel{
	display:block;
	margin:0 0 12px;
}
#copy{
	font-size:11px;
	color:#bbbbbc;
	width:381px;
	margin:0 auto;
	padding:10px 0 10px 483px;
	text-align:left;
}
