body {
	background:#808080;
	}

#main	{
	position: relative;
	width:640px;
	height:480px;
	margin: 50px auto;
	background-image: url('back.png');
	font-size:150%;
	}

#topbar {
	float: left;
	width: 450px;
	height: 60px;
}

#story	{
	float: left;
	color:#000000;
	background-color: black;
	width:450px;
	height:300px;
	margin-left: 20px;

}

#sidebar	{
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
	background-color: #353535;
	color: yellow;
	font-size: 50%;
	width: 120px;
	height: 340px;
	clear: both;

}

#underbar	{
	background-color: #353535;
	color: yellow;
	font-size: 50%;
	margin-left: 20px;
	margin-top:10px;
	width: 234px;
	height:85px;

}

#submit	{
	position: absolute;
	top: 428px;
	left: 510px;

}


