body
{
	background: #ffffff  ;
	background-color: #000000;
}

p
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

a:link
{
	color: #ffffff;
	text-decoration: none

}

a:visited
{
	color: #efe94c;
	text-decoration: none
}

a:focus 
{
	outline: 0;
}

#wrapper, #form_wrapper
{
	width: 612px;
	height: 791px;
	margin: auto;
	margin-top:20px;
	border: solid 0px;
	background-color: #000000;
}

#form_wrapper
{
	background-image: url('images/bigjim_bg.jpg');
	background-repeat: no-repeat;
}

#content
{
	position: relative;
	top: 64px;
	background-color: white;
	text-align: left;
	border: 1px thin black;
	width: 568px;
	height: 385px;
	margin-left: 18px;
	margin-right: 18px;
	overflow: auto;
}