@charset "UTF-8";
/* CSS Document */

body ,html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	color: #000;
}
a {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
img {
	float: left;
	margin: 0px;
	padding: 0px;
	width:500px;
	height:500px;
}
.center {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

#utility-wrapper {
	width:100%;
	height: 30px;
	background-color:#FFF;
	padding-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
