* {
	color: #ddd;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrap {
	width: 750px;
	margin: auto ;
	position: relative;
}

body {
	background: url(../images/gradient.jpg) repeat-x;
	background-color: black;
}

#bestshot {
	border: 2px solid black;
}

#portrait {
	position: absolute;
	top: 410px;
	left: 10px;
	border: 3px solid white;
}

#signature {
	position: absolute;
	left: 94px;
	top:  480px;
}

#preview {
	
	position:absolute;
	left: 548px;
	top: 460px;
	border-style: ridge;
	border-color: #333;
}
#gotoshow {
	position: absolute;
	left: 480px;
	top: 480px;
}

h1 {
	height: 64px;
	color: white;
	background: url(../images/banner.png) no-repeat;
	text-indent: -1000px;
}

#photo {
	width: 600px;
	margin: 0 75px 0 75px;
	position: relative;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
	font-size: .8em;
}
a:hover {
	color: orange;
}