@charset "utf-8";
/* CSS Document */


#start span
{
	margin-left:-50px;
	position:absolute;
	display:block;
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#74b0d6;
	
	
}

#wrapper
{
	margin:0 auto;
	position:absolute;
	top:30%;
	left:50%;
	margin: -152px 0 0  -350px;
}

img
{
	border:none;
}

a 
{
	text-decoration:none;
	color:#74b0d6;
}


#start
{
	margin:0 0px 0 0;
	padding:0;
	position:relative;
}

#start img
{
	float:left;
	
	margin:0 0px 5px 0px;
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	
	padding:5px;
	background-color:#eeeeee;
	border: 1px solid #dddddd;
	
}

#start img.active {
    z-index:10;
    opacity:1.0;
}

#start img.last-active {
    z-index:9;
}

#welcome
{
	width:712px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:50px;
	position:absolute;
	top:490px;
	
}

#welcome h1
{
	font-size:156%;
	float:left;
}

#welcome p
{
	font-size:100%;
	float:right;
	
	color:#74b0d6;
}

.floatl
{
	float:left;
}



#logo
{
	height:70px;
	position:relative;
}

#logo a img
{
	margin-left:330px;
	
}

