﻿.Body {
	background-color: white;
	background-image: url('img/main_back.png');
	background-repeat: repeat-x;
	margin: 0px;
}

.Header {
	background-image: url('img/deko.png'); 
	background-position: right top; 
	background-repeat: no-repeat; 
	background-color: #666666;
	height: 102px;
}

.Line {
	
	background-image: url('img/bar.jpg');
	background-repeat: no-repeat;
	background-color: #666666;
	padding: 0px;
	height: 5px;
}


.Main {
	border-style: none; 
	padding: 0px; 
	background-image: url('img/main_back.png'); 
	background-repeat: repeat-x; 
	height: 100%;
	width: auto;
}

.Message {
	position: absolute;  
	width: 100%; 
	height: 225px; 
	z-index: 1; 
	margin-top: 25px;
	background-image: url('img/message_small.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 25px;
	font-family: Ms Sans Serif;
	color: #666666;
}

.MessageContact {
	position: absolute; 
	visibility: visible; 
	width: 100%; 
	height: 300px; 
	z-index: 1; 
	top: 150px;
	background-image: url('img/message_contact.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 125px;
	font-family: Ms Sans Serif;
	color: #666666;
	
}

.MessageIcon {
	margin-left: 8px;
	margin-bottom: 20px;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
}




