@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/tes_bgTile.jpg);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0;
	padding: 0;
}


#wrapper{
	padding: 0;
	width: 545px;
	height: 685px;
	margin: auto;
	margin-bottom: 50px;
	background-image:url(../images/Design02_Splash_02.jpg);
}

#head{
float: right;
	width: 50%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 620px;
	margin-right: 10px;
	color: white;
	font-stretch:semi-condensed;
}

#head a{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-stretch:semi-condensed;
	text-decoration: none;
}

#head a:hover{
	text-decoration: line-through;
	color: grey;
}
