html, body{
	min-height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #FFEAFF;
	color: #333;
	background-image: url(img/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-style: normal;
	font-variant: normal;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	color: #370028;
	text-transform: capitalize;
}
#main {
	border: 2px dotted #862a52;
	background-color: #ffeaff;
	width: 75%;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#footer {
	border: 2px dotted #862a52;
	background-color: #ffeaff;
	width: 75%;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
	font-size: x-small;
}
a, a:visited {
	border-bottom: 1px dotted #370028;
	color: #370028;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 1px dotted #ce588a;
	color: #ce588a;
	text-decoration: none;
	}