body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	background: white;
	color: #FFF;
}

p {
	margin: 0 0 1em 5px;
	line-height: 1.5em;
	text-align: center;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

/*-------------------------- Links --------------------------------*/
.link {
	margin: 10px 0 0 0;
}

a:link, a:visited {
	color: #FFF;;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	/*color: #566047;
	background-color: #FFFFCC;*/
	text-decoration: underline;
	
}

a:hover img  {
	background-color: white;
}

a:active {
	color: #566047;
}

/*-------------------------- Page Container --------------------------------*/
#container {
	position: absolute;
	margin: 0 0 0 -290px;
	left: 50%;
	width: 581px;
	top: 20%;
	height: 395px;
	background: #000 url(../images/home_sky.jpg) center top no-repeat;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#welcome {
	position: absolute;
	margin: 91px 0 0 5px;
	text-align: center;
}

/*-------------------------- Page header --------------------------------*/
#imgPOD {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 218px;
	top: 115px;
	left: 0;
	border-top: 1px solid white;
	
	border-right: 1px solid white;
}

#imgITS {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 218px;
	top: 115px;
	left: 291px;
	border-top: 1px solid white;
	
}


