body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 101%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

#container{
	width: 940px;
	margin: 0;
	text-align: left;
	height: 620px;
}


.flash {
	width:640px;
	float:right;
	margin-top: 20px;
	text-align:center;
	height: 520px;
	background-color:#333;
	padding-top: 20px;
}

.flash a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color:#060;
	text-decoration: none;
}

.flash a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color:#06C;
	text-decoration: none;
}


.sidebar{
	float: left;
	width:250px;
	margin-top: 20px;
	height: 600px;
	margin-left: 20px;
	margin-right: 20px;
}

.sidebar h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
	text-align: center;
}

.sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

.bottom{
	float: right;
	width: 600px;
	text-align: center;
	}
	
.bottom a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color:#060;
	text-decoration: underline;
}

.bottom a:hover{
	color:#06C;

}
