@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#address {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#address-bg {
	height: 80px;
	width: 906px;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	float: left;
	width: 252px;
	margin-top: 16px;
}
#address-text {
	float: left;
	margin-left: 80px;
}
#entersite {
	float: right;
	margin: 17px 0px 15px 15px;
}

#address-bg #clear-tile {
	float: right;
}

#address a {
	color: #D21DC6;
	text-decoration: none;
	font-weight: normal;
}
#flash {
	margin: 0px;
	padding: 0px;
}
#designedby {
	padding-bottom: 10px;
	padding-top: 10px;
}

#design {
	overflow: hidden;
}


#design ul{
	width: 100%;
	text-align: left;
	color: #FFF;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
ul {
	list-style-type: none;
}
#design li  {
	float: left;
	width: 80px;
	color: #FFF;
}
#design h2  {
	margin-left: -9999px;
	list-style-type: none;
}
#design #small {
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #D21DC6;
	font-size: 9px;
}
