body  { 
	background-color: #fff; 
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	margin: 0;
}

p   { color: white; font-size: 15px; font-family: Arial; line-height: 21px }

a:link {color: #fff}
a:visited {color: #fff}
a:hover {text-decoration: none;}
a:active {color: #fff;}

#wrapper{
	width: 898px;
	height: 100%;
}
#header  {
	background-repeat: no-repeat;
	width: 100px;
	height: 620px;
	float: left;
}

#nav {
	text-align: right;
	float: right;
	margin-top: 50px;
	height: 100%;
}

#main { 
	top: 50px; 
	left: 180px; 
	width: 641px;
	height: auto;
	position: absolute;
}

img {border: 0}
