@charset "utf-8";
body {
	margin:0px 0px 0px 0px;
	background-image: url(../images/gradients/husky-gradientd.png);
	background-repeat: repeat-x;}

.center {
	position:inherit;
	top:50%;
	text-align: center;
	margin-top:-10%;
	width: 100%;
}

.content {
	margin-left:auto;
	margin-right:auto;
	height: 200px;
	width: 200px;
	background-position: center center;

}

#footer {
	position: absolute;
	bottom: -240px;
	background-color: #FFFFFF;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
	left: 103px;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

.style5 {
	filter: DropShadow(Color=000000, OffX=2, OffY=2, Positive=1);
	font-family: "Courier New", Courier, monospace;
	font-style: oblique;
	font-weight: normal;
}
.sidebar {
	background-color: #FFFFFF;
	background-image: url(../images/backround%20images/New%20pngs/images/final%20images/side-menu-bar.png);
	background-position: left top;
}
