BODY {
	background-color:#DAD7DB;
	width:780px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	font-family:verdana, arial;
	font-size:12px;
	color:white;
	}
#header {
	width:780px;
	height:260px;
	background-image:url(images/header.jpg);
	}
#main {
	width:608px;
	border:2px solid white;
	border-top:0px;
	background-color:#C52164;
	padding-left:84px;
	padding-right:84px;
	padding-bottom:20px;
	}
.button {
	width:200px;
	height:34px;
	padding-top:12px;
	border:2px solid white;
	border-right:0px;
	border-top:0px;
	background-image:url(images/button.jpg);
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}
.button a:link {color:white; text-decoration:none;}
.button a:active {color:white; text-decoration:none;}
.button a:visited {color:white; text-decoration:none;}
.button a:hover {color:#DAD7DB; text-decoration:none;}
	
.imgbg {
	width:100px;
	height:98px;
	margin-right:26px;
	float:left;
	background-color:white;
	text-align:center;
	padding-top:2px;
	}
.imgbg a:link {display:block; background-color:white;}
.imgbg a:active {display:block; background-color:white;}
.imgbg a:visited {display:block; background-color:white;}
.imgbg a:hover {display:block; background-color:#DAD7DB;}

.img1bg {
	width:100px;
	height:81px;
	margin-right:26px;
	float:left;
	background-color:white;
	text-align:center;
	padding-top:19px;
	}
.img1bg a:link {display:block; background-color:white;}
.img1bg a:active {display:block; background-color:white;}
.img1bg a:visited {display:block; background-color:white;}
.img1bg a:hover {display:block; background-color:#DAD7DB;}


	