@charset "UTF-8";
/* CSS Document */
body { background-color:#fff;
	  font-family : "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	   font-size:0.75em;
	   }
html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}

a {
	text-decoration:none;
	color:#E10086;
	outline:none;
}

a:hover {
	text-decoration:none;
	color:#00AEEF;
}

#main { width:600px;
		height:600px;
		
		margin:100px auto 0 auto;
		padding:0;
		}
#container {
	position:relative;
	top:40%; left:50%;
	margin:-150px 0px 0px -125px;
	width:320px; height:300px;
}
#logo {
	position:absolute;
	top:30px; left:0px;
}
h1.welcomeheader {
	position:absolute;
	bottom:0; left:50%;
	margin-left:-125px;
	width:249px; height:77px;
	text-indent:-9999px;
	background:url(design/logo2.gif) no-repeat 0 0;
}

#under { position:absolute; bottom:50px; right:100px;}

.strong {
	font-weight:normal;
	color:#cecece;
}

#footer { width:100%;
		height:50px;
		position:absolute;
		left:0;
		bottom:0;
		padding:0;
		text-align:center;
		}
