/**
 * style.css
 *
 * description: main style-sheet for the website
 */

 .wrapper{
	margin: 0 auto;
	width:1500px;
	padding: 10px 10px 10px 10px;
	background-color:#fafafa;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
	opacity: 0.9;
}

.footer {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 40px;
    left: 0;
    padding-top: 13px;
    position: fixed;
    right: 0;
}