body {
	background-image: url(../images/background.jpg);
	padding-top: 15px;
	background-size: 100% 100%;
	background-attachment: fixed;	
}

.container {
	
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
}
	.row {
		margin-left: 0px;
	}
	#header > .span12{
		margin-left: 0px;
	}
	#content > .span12 {
		width: 920px;
	}
#header {
	height: 300px;
	background-image: url(../images/header.png);
	background-size: 100% 100%;
	border-radius: 15px;
}

#logo {
	background-image: url(../images/logo.png);
	width: 150px;
	height: 193px;
	margin-right: 15px;
}

#slogan {
	background-image: url(../images/slogan.png);
	width: 750px;
	height: 130px;
	background-position: center;
	background-repeat: no-repeat;
}

#main-menu > li > a{
	padding-top: 5px;
	height: 25px;
	background-color: rgba(255,255,255,0.8);
	color: blue;
	font-style: italic;
	font-size: 17.5px;
}
#main-menu > li > a:hover,
#main-menu > li > a:focus {
	color: black;
	background-color: rgba(255,255,255,0.4);
}
#main-menu >  .current > a{
	background: rgba(255,255,255,0.6);
	color: green;
}
#main-menu >  .current > a:hover,
#main-menu >  .current > a:focus {
	background: rgba(255,255,255,0.4);
	color: green;
}
#sidebar > ul {
	width: 90%;
	border: 1px solid #08c;
	border-radius: 5px;
	padding: 5px;
}
#sidebar > ul > li > ul {
	margin-left: 10px;
}
/*#copyright {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
}*/

#footer > ul > li {
	float: left;
	margin-right: 10px;
}