html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Trebuchet MS, Arial,Verdana,Tahoma;
	overflow: auto;
}
#container {
	min-height:100%;
	position:relative;
}
#main {
	margin: 0 auto;
	padding-left: 120px;
	padding-top: 95px;
	padding-bottom:10px;	/* Height of the footer */
	width: 580px;
	background: url(../images/back.jpg) no-repeat scroll 28px 0;
}
#mainmenu {
	padding-top:50px;
	margin-left: 120px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:55px;			/* Height of the footer */
	background:#8F1A25;
	text-align: center;
	color: #FFF;
	height: 55px;
}
#footer p {
    padding:18px;
    margin:0; 
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#6F6F6F;
}
.biglink {
    text-decoration: none;
    color: #705C67;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px;

    
}
.biglink:hover {
    text-decoration: none;
    color: #8F1A25;
}