/* CSS Document */
body{
	background-image:url(images/background.jpg);
	background-attachment:fixed
}
#page{
	text-align:center;
}
.adminlinks{
	position:relative;
	text-align:center;
	color:#666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	bottom:25px;
}
.maintext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 990px;
}
.tdline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E2A0B3;
	border-right-color: #E2A0B3;
	border-bottom-color: #E2A0B3;
	border-left-color: #E2A0B3;
}
.tdline2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #E2A0B3;
	border-right-color: #E2A0B3;
	border-bottom-color: #E2A0B3;
	border-left-color: #E2A0B3;
}
.copyright{
	background-color:#C04159;
	height:25px;
	text-align:center;	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:990px;
}
h2{
	font-family:"Berlin Sans FB Demi";
	color:#FB7986;
	text-align:center;
}
