





body {
	width: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #3b5998;
	background-image: url(static/images/backgroundgradient.png);
	background-repeat: repeat-x;
}

#container {
	width: 760px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #3b5998;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
}

#header {
	position: relative;
}

#web_bar {
	background-image: url(static/images/dgradient.png);
	background-repeat: repeat-x;
	padding: 5px;
	background-color: #c2c8d2;
	text-align: right;
	border-bottom: 1px solid #3b5998;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
	margin-top: -20px;
}

#web_bar .button {
	font-size: 11px !important;
}