body{
	font-size: 14pt;
	background-color: black;
	font-family: Helvetica,Arial,sans-serif;
	background: grey;
	padding: 0;
    margin: 0;
}

p{
	color: white;
	}
h1{
	color: white;
	}

h2{
	color: white;
	}
	
img{
	padding: 0;
    margin: 0;
	border-width: 0;

}

#main{
	background:url(images/IMG_6503_2.png);
	background-size: 900px 900px;
    background-repeat: no-repeat;
	margin: 20px auto;
	width: 900px;
	min-height:900px;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	overflow:hidden;
}
#content{
}
	


#header{
	height: 175px;
	padding: 1px 10px 1px 10px;
	border-bottom: 2px solid;
	background:url(images/header2.png);
	background-size: 900px 180px;
	background-color: black;
	background-repeat:no-repeat;
	margin:0 ;

}


#footer{
	position:absolute;
	top:850px;
	right:900px;
}


}