body {	margin: 0;	background: #FFFFFF;	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;	letter-spacing: normal;	text-align: left;}/* these tags are used to make set up the complete outline */table.float1 {	width: 100%;	height: 100%;}td.float2 {    vertical-align: middle;	text-align: center;	}			/* these tags are used for within the site */#container {	position: relative;	width: 415px;	height: 540px;	margin: 0 auto;		background: #FFFFFF url(../_images/layout/homepage4.jpg) no-repeat;}#image {	position: absolute;	top: 0px;	left: 0px;	width: 405px;	height: 400px;}#enter {	position: absolute;	top: 310px;	left: 0px;	width: 405px;	height: 40px;}#texthomepage {	position: absolute;	top: 350px;	left: 0px;	width: 405px;	height: 200px;}						/* Under Construction */#containeruc {	position: relative;	width: 600px;	height: 300px;	margin: 0 auto;		background: #FFFFFF;}#worker {	position: absolute;	top: 90px;	left: 270px;	width: 50px;	height: 50px;	text-align: center;	}#bar {	position: absolute;	top: 0px;	left: 0px;	width: 600px;	height: 100px;	text-align: center;	}#texthomepageuc {	position: absolute;	top: 170px;	left: 100px;	width: 405px;	height: 200px;}				/* TAGS */.slogan	{	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	font-weight: 600;	line-height: 25px;	text-align: center;}			/* link tags */a:link {	color: #333333;	font-size: 9px;	font-weight: bold;	text-decoration: none;	cursor: pointer;}a:visited {	color: #0e0342;	text-decoration: none;}a:hover {	color: #800000;	text-decoration: underline;}a:active {	text-decoration: none;}
