body{
background-color:#000000;
color:#FFFFFF;
padding-bottom: 15px;
}
#total{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	display:block;
	
}
#alert{
	padding-top:10%;;
	text-align:center;
	background-color:black;
	border:solid 2px #821582;
	display:none;
	width:40%;
	height:20%;
	position:absolute;
	left:30%;
	top:30%;
}
select.form{
	background-color:#821582;
	color:white;
	width:200px;
	font-size:15pt;
	font-style:italic;
	padding:10px;
	-moz-border-radius:30px;
	text-align: center;
}

#alertbutton{
	background-color: #821582;
	width:40px;
	height:40px;
	border-color:#821582;
	font-weight: bold;
}
#top{
	height:200px;
	width: 90%;
	display:block;
	background-image: url('images/Slybi.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:auto;
	margin-right: auto;
}
.clear{
clear:both;	
}
#menu{
	background:none;
	background-color:black;
	display:block;
float:left;	
margin-top:20px;
width:225px;
height:auto;
position:fixed;
padding:10px;
border:solid 2px #8A248A;
line-height:25px;
-moz-border-radius:30px;
-webkit-border-radius:30px;
-ms-border-radius:30px;
border-radius:30px;
}
#content{
	display:block;
float:left;	
width:700px;
text-align:justify;
margin-top:20px;
margin-left:260px;

}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.alert{color:#FF0000;}
label{
	display:block;
	width:200px;
	float:left;
}
#flweb{
	clear:both;
	float:right;
	margin-right:5%;
	bottom:10px;
	cursor:pointer;
	background-image:url('images/designby-w.png');
	background-position:bottom; 
	background-repeat:no-repeat;
	width:110px;
	height:80px;
	display:block;
	color:black;
	font-size:3pt;
	
}

