a, a:link, a:visited, a:active
{
	color: #f00;
	text-decoration: none;
	border: 0px black;
}

a:hover
{
	color: #f66;
	text-decoration: none;
}

body
{
	margin: 0;
	background-color: #000;
	color: #f00;
	font-family: arial, helvetica, sans-serif;
}

img 
{
	border: 0;
}

div#box
{
	width: 400px;
	height: 512px;
	text-align: center;
	position: absolute;
	top: 0;
}

div#header
{
	width: 400px;
	height: 75px;
	margin: 0px auto;
}

div#picture
{
	width: 400px;
	height: 350px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

div#address
{
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	margin: 0px auto;
	margin-top: 50px;
}

div#copy
{
	width: 400px;
	height: 20px;
	text-align: center;
	position: absolute;
/*	position: relative;*/
	top: 1000px;
	left: -1000px;
	font-size: 10px;
	line-height: 140%;
}

p#cr
{
	width: 400px;
	height: 20px;
	text-align: center;
/*	position: absolute;*/
	position: relative;
/*	top: 1000px;*/
/*	left: -1000px;*/
	font-size: 10px;
	line-height: 140%;
}


div#text 
{
	text-align: center;
	padding: 0 80px;
	line-height: 150%;
	
}
