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

img {
	border:none;
	}
#viewwork {
	position:absolute;
	left:20px;
	top:650px;
	}
#workcont {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	margin-left:50px;
	}
#workcont h2 {
	font-size:1.3em;
	}
#worklist {
	list-style:none;
	padding:0;
	line-height:1.5em;
	font-size:.8em;
	}
#worklist a:link {
	color:#000000;
	}
	
#next {
	float:right;
	}
#prev {
	float:left;
}
#clear {
	clear:both;
	}
#footer {
	background-color:#000000;
	border-top:solid #FFFFFF 1px;
	width:100%;
	font-size:.5em;
	color:#FFFFFF;
	}