/* ------------- tags ---------------- */
html {
	height: 100%;
	width: 100%;
}

body 	{
	margin: 0px;
	padding: 0px;
	text-align:center;
	/*\*/
	width: 100%;
	/**/
	/*\*/
	height: 100%;
	/**/
	background-color: #c3c3c3;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
}

a {color:#fff; text-decoration: none}

		
/* ------------- IDs ------------- */

#container {
	width: 956px;
	height: 599px;
	margin:auto;
	position:absolute;
	left: 50%;
	/*\*/
	top: 50%; 
	/**/
	margin-left: -478px;
	/*\*/
	margin-top: -300px;
	/**/
	text-align: left;
	background-image:url(../_images/start/hg.jpg);
	background-repeat: no-repeat;
}

#logo {
	top: 146px;
	left: 362px;
	position: absolute;
}

#welcome {
	top: 329px;
	left: 143px;
	position: absolute;
	text-align: center;
	font-size: 21px;
	color: #e2d2e9;
}

#welcome a {
	text-decoration: none;
	color: #e2d2e9;
}

#nav {
	top: 150px;
	left: 670px;
	position: absolute;
}



/* --- nav--- */

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav li {
	width: 125px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
}

#nav li a {
	color: #fff;
	text-decoration: none;	
}

