html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(Web_1CIMG1755.jpg) top center no-repeat;
	background-size: content;
	
}

#logo {
	border: 0px solid black;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 80%;
}
#main {

    background: #ffffff;
    filter:alpha(opacity=60); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.6; /* CSS3 */
	position:absolute;margin:auto; top:225px;left:0;right:0;bottom:0;
    width:800px; height: 900px; 
	
	font-family: Arial; font-size:60pt;


}

#main2{

	
    position:absolute;margin:auto; top:225px;left:0;right:0;bottom:0;
	text-align:center;
	font-family: Arial; font-size:20pt;




}

.center {
	text-align: center;
}

