/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

a img { border: none !important; }

body {
	color: #fff;
	background-image: url("images/background.jpg");
	padding: 0px;
	margin: 0px;  
	height: 100%;
	font-family: georgia;
	font-size: 14px;
	}

a {
	color: #6adec9;
	font-weight: bold;
	text-decoration: none;
	}

a:visited { color: #fff; }

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
		

#container  {
	width:890;
	height:700;
	position: absolute;
	left: 50%;
	margin-left: -446px;
	background-repeat: no-repeat;
	}
	


.text {
	display: block;
	width: 400px;
	padding: 5px;
	margin: 15px;
	font-family: helvetica;
	font-size: x-small;
	background: #ee2a2d;

	}
	
