body {
	background-color:	#4F2822;
	background-image:	url('../images/background.jpg');
     }

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: white;
        color: #000000;
        text-align: center;
	font-size: 12px;
}

#background {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: white;
        text-align: center;
        padding: 0px;
	background-image: url('../images/background_1.jpg');
}

#text-box {
        margin-top:100px;
        margin-bottom:0px;
        padding:0px;
   }

#container {
	width: 960px;
	margin: 0 auto;
	position:relative;
	background-color: white;
        text-align: center;
        padding:0px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	position:relative;
	background-color: white;
        text-align: center;
	padding: 6px 0px 4px 0px;
}

#header {
	height: 25px;
	background-color: white;
	position: relative;
}

a:visited { color: #2c2c2c; font-weight: bold; text-decoration: none; }
a:link { color: #2c2c2c; font-weight: bold; text-decoration: none; }
a:hover { color: #cd0125; font-weight: bold; text-decoration: none; background-color:#F4F4F4;}

p {font-size: 13; font-weight: 600;}
