html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 10px;            /* required to "hide" distance div */
	background-image: url('http://www.bramptonmusictheatre.com/assets/images/bg.jpg');
	background-color: #000;
	background-repeat: repeat-x;
}	

#logo
{
margin: auto;
margin-left: -550px;
color: #ff9c01;
margin-top: 50px;
font-size: 25px;
font-weight: bold;
font-family: Verdana;
}

#container {
	width: 957px;
	margin: auto;

}


#header {
	height: 177px;
	width: 1004px;
	background-image: url('http://www.bramptonmusictheatre.com/assets/images/hdr.jpg');
	text-align: left;
	

}

#content {
	width: 949px;
	padding: 0px;
	text-align: left;
	margin: 0px;
	font-family: helvetica;
	font-size: 11px;
	border-left: 2px solid #61582f;
	border-right: 2px solid #61582f;
	border-bottom: 2px solid #61582f;
		background: #fff;

}

#footer {
	font-size: 12px;
	font-family: helvetica;
	font-weight: bold;
	width: 957px;
	height: 25px;
	text-align: right;
	margin: auto;
	color: #fff;
	

 }
/* Menu */
 
#footermenu li {
	color: #052e5c;
	display: inline;
	font-size: 13px;
	font-family: Helvetica;
	margin-right: 15px;
	font-weight: bold;
	padding: 1px;

	}
 
#footermenu li a {
	color:#fff;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	font-family: Arial;
 }

#footermenu li a:hover {
	color:#052e5c;
	text-decoration:none;
 }

.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;

}