html { 
	height: 100%;
}
	
body {
	width: 100%;
	text-align: center;
	
	margin: 0px;
	background-image: url('img/paper.jpg');
	background-attachment: fixed;
	
	font-size: 16x;
	font-family: sans-serif;
	font-weight: bold;
	color: #222;
}

A:link,A:visited,A:active     {
	color: #000;
	text-decoration: none;
	font-weight : bold;
}
A:hover    {
	color: #666;
	text-decoration: none;
	font-weight : bold;
}

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 : bold;
}
a.buttons:hover    {
	color: #CCCCCC;
	text-decoration: none;
	font-weight : bold;
}

.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%;
	margin: 0px;
	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;
}
.buttons a { 
	font: bold 12px Sans-serif;
	border: 1px solid #bfbfbf;
	background-image:-moz-linear-gradient(100% 100% 90deg, #bfbfbf, #bfbfbf); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#bfbfbf)); 
	background-image: -o-linear-gradient(90deg,#bfbfbf,#bfbfbf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#bfbfbf');
	float: left; 
	display: block; 
	color: #fff; 
	text-decoration: none; 
	outline: none; 
} 

.buttons a span { 
	float: left; 
	padding: 3px 6px; 
	font-style: normal; 
} 

.buttons a:first-child { 
	-moz-border-radius: 4px 0 0 4px; 
	-webkit-border-radius: 4px 0 0 4px; 
	border-radius: 4px 0 0 4px;
} 

.buttons a:last-child { 
	-moz-border-radius: 0 4px 4px 0; 
	-webkit-border-radius: 0 4px 4px 0; 
	border-radius: 0 4px 4px 0; 
} 

.buttons a:only-child {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.buttons .primary {
	border-color: #666; 
	background-image:-moz-linear-gradient(100% 100% 90deg, #666, #666); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#666)); 
	background-image: -o-linear-gradient(90deg,#666,#666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#666666);
}
.buttons .primary:hover {
	border-color: #1d1d1d; 
	background-image:-moz-linear-gradient(100% 100% 90deg, #1d1d1d, #666); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#1d1d1d)); 
	background-image: -o-linear-gradient(90deg,#1d1d1d,#666);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#1d1d1d);
}

.buttons .red {
	border: 1px solid #dd4b39;
	background-image:-moz-linear-gradient(100% 100% 90deg, #dd4b39, #dd4b39); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd4b39), to(#dd4b39)); 
	background-image: -o-linear-gradient(90deg,#dd4b39,#dd4b39);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#dd4b39');
}

.buttons .red:hover {
	border-color: #b0281a;
	background-image:-moz-linear-gradient(100% 100% 90deg, #c53727, #dd4b39); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd4b39), to(#c53727)); 
	background-image: -o-linear-gradient(90deg,#c53727,#dd4b39);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4b39, endColorstr=#c53727);
}

.buttons a:hover, a:focus { 
	border-color: #999999;
	background-image:-moz-linear-gradient(100% 100% 90deg, #999999, #bfbfbf); 
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999)); 
	background-image: -o-linear-gradient(90deg,#999999,#bfbfbf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#bfbfbf, endColorstr=#999999);
} 
.buttons a:active span { 
	top:1px; 
	position:relative; 
} 

.buttons { 
	margin: -5px;
	padding: 0px;
	clear: both; 
	overflow: hidden;
}
