@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(bgimage.gif);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #000000;
}
#main {
	position:relative;
	width: 750px;
	text-align:left;
	margin: 0 auto 0;
}
#banner {
	position:absolute;
}
#nav {
	position:absolute;
	left: 26px;
	top: 140px;
}
#address {
	position:absolute;
	left: 220px;
	top: 86px;
}
#header {
	position:absolute;
	font-size: 30px;
	left: 436px;
	top: 38px;
}
#info {
	position:absolute;
	width: 284px;
	left: 220px;
	top: 146px;
}
.info {
	font-size: 20px;
}	
#ccards {
	position:absolute;
	left: 608px;
	top: 302px;
}	
#copy {
	position:absolute;
	font-size: 10px;
	color:#999999;
	width: 147px;
	left: 586px;
	top: 384px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
