/* CSS Document */

#bg{
	background-image:url(../images/blackmesaBG.jpg);
	background-color:#BDCFB6;
	background-attachment:fixed;
	background-repeat: repeat-x;
	height:100%;
	width: 100%;
	background-position: bottom left;
}
#container{
	width: 800px;
	height: auto;
	margin: 0px auto;
}
#header{
	width: 800px;
	height: 321px;
	margin: 0px;
}
#mainBody{
	width: 800px;
	height: auto;
	background: url(../images/contentBG.jpg) repeat-y;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#contacts{
	width: 800px;
	height: 44px;
}
#contactBox{
	width: 534px;
	height: 44px;
	float: left;
	background: url(../images/contact_bg_01.jpg);
}
#donateBox{
	width: 266px;
	height: 44px;
	float: left;
	margin: 0px;
}
#footer{
	width: 800px;
	height: auto;
	text-align: center;
	margin: 0px;
	color: #CC9999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer a{
	color: #BBC9B2;
	font-size: x-small;
	text-decoration: none;
}
