@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	color: #333333;
		background-image: url(../images/cd-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
* {
	margin:0;
	padding:0;
}

#mainwrap {
	width: 1000px;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left:auto;
	text-align: center;
	height: 600px;

}
#logo {
	width: 1000px;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#intro {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#contactInfo {
	margin-top: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contactInfo a:link {
	color: #006699;
	text-decoration: underline;
}

#contactInfo a:visited {
	color: #006699;
	text-decoration: underline;
}
#contactInfo a:hover {
	color: #333333;
	text-decoration: underline;
}

#contactInfo a:active {
	color: #006699;
	text-decoration: underline;
}



#footer {
	margin-top: 100px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 900px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 25px;
}
