* {	
	margin:0;
	padding:0;
	overflow: visible;
	position: static;
}

div#wrapper {
	position:relative;
	text-align: center;
	width: auto;
	height: 375px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#sidebar {
	position: relative;
	width: auto;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	color: #999;
}

div#header {
	width:  auto;
	text-align: center;
	position: relative;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36px;
	color: #999;
}

#sidebar img {
	text-align: center;
	font-size: 48px;
}

html {
	overflow-x: scroll;
}

