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

body {
	background-color:#fff;
	background-image:url(../images/homebg.gif);
	background-repeat:repeat-x;
}
#menu {
	text-align:center;
	margin-top:220px;
	margin-bottom: 20px;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #06c;
	text-decoration: underline;
}
.container {
	background-image: url(../images/homelogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
#keytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	text-align: center;
	color: #709ecf;
}
