body { 
	height: 100%;
	width: 100%;
	text-align: center;
	
	margin: 0px;
	background-image: url('img/bg_wave.gif');
	background-attachment: fixed;
	
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	color: #FFF;
}

A:link,A:visited,A:active     {
	color: #333399;
	text-decoration: none;
	font-weight : normal;
}
A:hover    {
	color: #CCCCCC;
	text-decoration: none;
	font-weight : normal;
}

a.buttons:link,a.buttons:visited,a.buttons:active {
	color: #FFFFFF;
	display: block;
	width: 190px;
	height: 33px;
	padding-top: 12px;
	text-decoration: none;
	font-weight : normal;
}
a.buttons:hover    {
	color: #CCCCCC;
	text-decoration: none;
	font-weight : normal;
}

.menu {
	display: block;
	position: fixed;
	float: left;
	margin: 35px 3px;
	
	width: 250px;
	height: 520px;
	
	border: 0px #000 solid;
	background-image: url('img/bolt.png');
	
	text-align: center;
}

.main {
	float: right;
	width: 530px;
	min-height: 100%;
	border: 0px #000 solid;
	background: #9999ff;
	padding: 30px 5px;
	
	text-align: left;
}

.menu_button {
	width: 190px;
	height: 45px;
	margin: 1px auto;
	vertical-align: middle;
}

p {
	display: block;
	margin: 0px;
	font-size: 18px;
	text-decoration: underline;
}

.section {
	margin: 5px 0px 30px 15px;
}