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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#logo_container {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

#wavebg {
	width: 100%;
	height: 100px;
	background: repeat-x url(img/wavebg.jpg);
}

#comingsoon_container {
	width: 100%;
	text-align: center;
}

a:link, a:visited {
	color: #78C05C;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
