body {
margin-top: 0px;
background-color:#fff;
}
div#container {
	margin: auto;
	width: 708px;
	height: 140px;
}
div#logo {
	width: 108px;
	height: 140px;
	background-image:url('logo.png');
	margin-top: 0px;
	float: left;
}
div#text {
	width: 600px;
	height: 20px;
	margin-top: 0px;
	color: #0079C2;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	padding-top: 80px;
}
A:link {text-decoration: none; color: #0079C2;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: red;}
