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

body {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	background-color: #000000;
}
a, strong a {
	color: #990000;
	text-decoration:none;
	outline: none;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
p {
	margin: 0px 0px 14px;
}
.header {
	height: 60px;
	width: 770px;
	background-image: url(images/icreate_banner.jpg);
	background-repeat: no-repeat;
}
.content {
	height: 400px;
	width: 770px;
	background-color: #FFFFFF;
	float: left;
}
.badges {
	height: 41px;
	width: 770px;
	background-color: #999999;
	clear: left;
	float: none;
}
.footer {
	clear: left;
	height: 65px;
	width: 770px;
	font-size: 9px;
	background-image: url(images/icreate_footer.jpg);
	color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
}
