body {
	background-image: url(bck.gif);
	background-repeat: repeat-y;
	background-color: White;
	padding: 0px;
	margin: 0px;
}

#topleft {
	position: fixed;
	background-image: url(topleft.jpg);
	background-repeat: no-repeat;
	width:619px;
	height: 371px;
}

#recent {
	position: fixed;
	background-image: url(nowworkinon.jpg);
	background-repeat: no-repeat;
	margin-top: 75px;
	margin-left: 686px;
	height: 219px;
	width: 265px;
}

#logo {
	position: fixed;
	background-image: url(txt.gif);
	background-repeat: no-repeat;
	margin-top: 350px;
	margin-left: 170px;
	height: 44px;
	width: 325px;
}

#contact {
	position: fixed;
	margin-top: 400px;
	margin-left: 170px;
	height: 44px;
	width: 300px;
}

#contact ul{

}

#contact li{
	padding-top:5px;	
   color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}

#contact li a {
 color:white;
 text-decoration:none;
}

#contact li a:hover {
	color: #FFB75E;
}