html, body  {
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	}
body {
	font-family: helvetica, helvetica neue, arial;
	position: relative;
	margin: 0px;
	padding: 0px;
	}
#hold-tight {
	width: 300px;
	margin-left: 0px;
	}
h1 {	
	background: red url(../imgs/logo.png) -55px 0px no-repeat;
	width: 280px;
	height: 70px;
	text-indent: -2222px;
	padding: 0px;
	margin: 0px;
	}
h2 {
	color: white;
	padding: 0px;
	margin: 0px;
	}
a {
	color: white;
	}
a:hover {
	color: yellow;
	}
p {
	color: #dcfeff;
	margin: 0px;
	background: black;
	padding: 10px;
	width: 260px;
	}
	
p.two {
	margin-bottom: 10px;
	}
.link-out {
	color: #666;
	padding: 5px;
		padding-top: 10px;
	}
.link-out:hover {
	color: white;
	}
#new-work {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 410px;
	color: black;
	background: black;
	}
#new-work p {
	padding: 20px 20px 0px 60px;
	font-size: 14px;
	}
#new-work a{
	background: yellow url(../imgs/stillarrow.png) left center no-repeat; 
	width: 280px;
	height: 70px;
	line-height: 70px;
	padding-left: 60px;
	color: black;
	display: block;
	font-size: 14px;
	}
#new-work a:hover {
	background: white url(../imgs/stillarrow.png) left center no-repeat; 
	}
