/* CSS Document */
img { 
	border: 0px;
} 
body { 
	width: 100%;
	height: 100%; 
	text-align: center; 
	background-color: #858484; 
} 

div.main { 
	min-width: 420px;
	max-width: 840px;
	width: 100%;
	height: 100%; 
	display: inline-block; 
	margin-top: 50px; 
	text-align: center;
}

div.contacts { 
	display: inline-block; 
	margin-left: -20px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
} 

div.plash_image { 
	float: left;
	display: block;
	width: 380px;
	height: 259px;
	margin: 10px;
	border: 1px solid #c2c2c2;
} 

