/*CSS Document*/
body{
text-align: center;
}
#main
{
	position: relative;
	width:649px;
	height:499px;
	margin:auto;
}
#text
{
	position: absolute;
	width: 340px;
	height: 114px;
	margin: auto;
	top:50px;
	left:160px;
	text-align:left;

}

#at{
	position: absolute;
	display:block;
	cursor:default;
	color black;
	text-decoration: none; 
	margin: auto;
	top:0px;
	left:-300px;
color:black;
}

A:link {color:#00ff00; text-decoration: underline;}
A:visited {color:#00ff00; text-decoration: underline;}
A:active {color:#ff0000; text-decoration: underline;}
A:hover {text-decoration: underline;}

A.screen:link {color:#ffffff; text-decoration: underline;}
A.screen:visited {color:#ffffff; text-decoration: underline;}
A.screen:active {color:#ffffff; text-decoration: underline;}
A.screen:hover {text-decoration: underline;}


