
/* WELCOME PAGE */

a 
{
	text-decoration: none;

}

img 
{
	border-style:none;
}

html
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color:#FFFFFF;
}


#container
{
 	position:absolute;
 	top:50%;
 	left:50%;
 	margin-top:-298px;
 	margin-left:-410px;
 	text-align: left;
}

.footer
{
	font-family:Verdana,sans-serif;
	font-size:10px;
	color:#636466;
	text-align:right;
}
