body
{
    font-family: verdana, arial;
    color:gray;
    background-color:#7E807F;
}
#txt{
	width:350px;
	font-size:11px;
	line-height:14px;
	text-align:left;
	letter-spacing:1px;
	position: absolute;
	top:120px;
	left:100px;
	border: 2px dotted black;
	padding: 10px 10px 10px 10px;
	color:white;
	background-color:#759A8C;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#icon{
	 background-image: url(/pics/logo_corner.png);
	 width:400px;
	 height:313px;
	position: absolute;
	top:0px;
	left:0px;
}
:link{
color: white;
text-decoration:underline;
}
:visited{
color: #e6e6e6;
text-decoration:underline;

}
:hover{
color: black;
text-decoration:none;
}
#utnitled{
position: absolute;
top:310px;
left:100px;


}
