


body {

	background-image: url("../img/background.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-position:top center;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	background-color:#1A1B1B;

}

#topbar-wrapper {

	background-color:#222222;
	width:100%;
	height:40px;
	color:#CCCCCC;
	font-size:12px;

}

#topbar-wrapper a {

	color:#CCCCCC;

}

#topbar-wrapper a:hover {

	text-decoration:none;

}

#topbar-left, #topbar-right {

	padding-top:10px;

}

#header-wrapper {

	width:100%;
	height:90px;
	padding-top:90px;
	padding-bottom:50px;
	
}

#bottomheader-wrapper {

	width:100%;
	height:auto;

}

#menu-wrapper {

	width:100%;
	height:60px;

}

#footer-wrapper {

	width:100%;
	height:60px;
	background-color:;
	background-color:#222222;
	color:#CCCCCC;
	font-size:12px;
	margin-top:100px;
	
}

#content-wrapper {

	width:100%;
	height:auto;
	min-height:400px;
	overflow:hidden;

}

