html, body {
	height:100%;
}
	
* {
	margin:0;
	padding:0;
	}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #000000;
	font-size: small;
	overflow:hidden;
	
	text-align:center; /* horizontal centering for IE Win quirks */
}

img {
	border: none;
}

ul {
	list-style-type: none;
}


#revamp_text {
	color: #FFFFFF;
	font-size: 42pt;
	outline: 0;
}
#revamp_text_small {
	color: #FFFFFF;
	font-size: 7pt;
	outline: 0;
}
#revamp_text_10 {
	color: #FFFFFF;
	font-size: 10pt;
	outline: 0;
}
#revamp_text_medium {
	color: #FFFFFF;
	font-size: 12pt;
	outline: 0;
}	
#sitehere {
	position: relative;
	width: 800;
	height: 600;
	left: 50;
	top: 50;
}

#revamphead {
	position: relative;
	width: 600;
	height: 75;
	left: 100;
	
}

img.head {
	height:75;
	padding: 0;
	margin: 0;
	border: 0;
}

img.headedge {
	position:absolute;
	top:-31;
	height:104;
	width:31;
}

div.portfolioside {
	position:absolute;
	left:-24;
	top:150;
	width:175;
	height:400;
	text-align:left;
}

img.portfolioitem {
	position:relative;
	left:-2;
}

img.portfolioedges {
	position:relative;
	left:-5;
	width:11;
	height:16;
}










