/* CSS Document */
body,html {
	margin: 0px 0px 0px 0px;
	height: 95%; /* ie treats as min-height */
	min-height: 100%; /* ie ignores */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top left;
}
	
*>body {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

*>html {
height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

p {
 	text-align:center;
	font-size:16px;
	color: #000000;
}

a {
 	text-align:center;
	font-size:16px;
	font-weight:bold;
	color: #B0A191;
	text-decoration:none;
}	
	
a:hover {
 	text-align:center;
	font-size:16px;
	font-weight:bold;
	color: #C4C1BA;
	text-decoration:underline;
}	
	
h1 {
	color:#000000;
	font-size:36px;
	text-align:center;
}

h2 {
	color:#B0A191;
	font-size:20px;
	text-align:center;
	text-decoration:none;
}

 img.main-img {
    display: block;
    margin-left: auto;
    margin-right: auto;  
}

 .text {
    display: block;
	padding: 0px 80px 0px 80px;
	text-align:center;  
}
