/* Copyright (c) 2008-2010 Scott Clayton */

body 
{
	margin:0;
	background-color:#EEEEEE;
}

A:link
{
	color:#00CC00;
	text-decoration:none;
	font-weight:bold;
}
A:visited
{
	color:000000;
	text-decoration:none;
	font-weight:bold;
}
A:active
{
	color:#AA0000;
	text-decoration:none;
	font-weight:bold;
}
A:hover
{
	color:#AA0000;
	text-decoration:none;
	font-weight:bold;
}
#outter
{
	position: absolute;
	top: 50%;
	left: 0px;
	text-align:center;
	width: 100%;
	height:1px;
	margin:0;
}

#inner1
{
	position: absolute;
	left: 50%;
	width:1px;
	height:1px;
	margin:0;
}

#inner2 
{
	font-size:20px;
	font-family:Tahoma;
	background-color:#FFFFFF;
	margin:0;
	width:600px;
	height:500px;
	position:relative;
	top:-250px;
	left:-300px;
	text-align:center;
	background-repeat:no-repeat;
	text-align:-moz-center;	
	border:2px dashed #000000;
}

