body {
	min-width: 960px; min-height: 550px;
	width: 100%; height: 100%;
	margin: 0px auto;
	background: #c9d5db url(../i/cimply-bg.jpg) no-repeat top center; 
	overflow: hidden;
	font: 11px "Calibri", "Arial", sans-serif;
}

a {
	color: #601b48;
}
		
#content {
	width: 700px; height: 60px;
	margin: 230px auto; position: relative;
	z-index: 200;
}

#links {
	width: 120px; height: 50px;
	padding: 0; margin: 25px;
	float: right; text-align: right;
}

#links p a {
	font-size: 16px; color:#666;
    text-decoration: none;
}

#portfolio {
	background: url(../i/border-top.png) no-repeat top left;
	width: 432px; height: 50px;
	padding: 0;
	margin: 25px 0 0 0;
	float: left
}

#work ul {
	width: 432px;
	list-style: none;
	margin: 0px 0 0 10px;
}

#work li {
	list-style: none;
	width: 50px; height: 50px;
	padding: 0px 0px 5px 10px;
	margin: 0 0 0 0; 
	float: left
}

#work li img {
	position: relative;
	border: none;
	top: 0
}

#screenshot{
	width: 480px; height: 270px;
	position:absolute;
	border:1px solid #666;
	display:none;
	color:#fff;
	z-index: 300
}