/* CSS Document */

body{
	background:url(img/bg_vv.gif); 
	background-repeat:repeat; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#wrap{
	position: relative; 	
	margin-right: auto; 
	margin-left: auto; 
	width: 794px; 
	height:auto; 
	text-align:left;
}

#main{
	width: 754px; 
	min-height: 400px; 
	padding: 20px;
	background: white url(img/docka.jpg) bottom right no-repeat ;
}

p{
	line-height: 1.4em;
}

a{
	color: #FF7F00;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
	
	
