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

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/window.jpg);
	background-position: center top;
	background-repeat: no-repeat;  
}

img {
	border: 0px;
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#left {
	width: 600px;
	padding: 60px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
	
h1 {
	color: #188b88;
	font-size: 25px;
}

a {
	color: #188b88;
	text-decoration: underline;
}

a.hover {
	color: #188b88;
	text-decoration: underline;
}

a.visited {
	color: #a1b728;
}

#right {
	width: 280px;
	float: right;
	margin-top: 850px;
}

