html{
height:100%;
}
body{
	background-color: #FFFFFF;
	background-image: url(images/AEK-BG.gif);
	height:100%;
	margin-top:0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size:14px
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #733589;
	font-size:18px;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
}
.style4 {
	color: #CD1454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	color: #4899D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

#wrapper {
	margin:0px auto -41px;
	min-height:100%;
	width:850px;
	background-image:url(images/AEK-SideBG.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#maincontainer {
	width: 800px;
	margin: auto;
	min-height:100%;
	position:relative;
	display:block;
}
#header { 
	width: 800px;
	margin: auto;
}
#main {
	background-color: #92cc4c;
	float: right;
	width: 760px;
	padding: 20px;
}
#footer {
	width:800px;
	height:465px; 
	margin:auto;
	clear:both;
}
