* {
	margin: 0;
	padding: 0;
}

p {margin: 13px 0px 13px 0px; padding: 0px;}

body {
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	margin-top: 30px;
}
#main {
	position: relative;
	width: 500px;
	height: 100%;
	text-align: justify;
	margin: auto;
	background-color: #FFFFFF;
	border: solid 1px #B2B2B2;
}


#header {
	position: absolute;
	width: 440px;
	height: 250px;
  margin-left: 100px;
  margin-top: 15px;
	background-image: url(img/av.png);
		background-repeat: no-repeat;
	background-position: center top;
	
}


#content {

	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 440px;
	background-color: #e7e7e7;
	border: solid 1px #C2C2C2;
	padding: 15px;
		
}


a
{
	color: #757575;
   

	
}

#title {


	margin-top: 270px;
	
	
	padding: 15px;
	}
	
#footer {width: 500px; height:40px; margin: 0 auto; text-align: justify; overflow: hidden; border-top: solid 1px #FFFFFF; }
#footer-pad {background-color: #FFFFFF; color: #797979;  height: 40px; font-size: 11px; padding-top: 10px; margin-bottom:15px; }

	


