@CHARSET "ISO-8859-1";

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
}
a
{
	text-decoration: none;
}

#contents
{
	margin: auto;
	width: 580px;
	height: 435px;
	margin-top: 10px;
}


#header
{
	height: 60px;
}
#startBtn
{
	margin: auto;
	width: 580px;
	margin-top: 10px;		
	text-align: right;
}
#startBtn button
{
	width: 120px;
	height: 50px;
	font-size: 16px;
	background-color: #7F99CC;
	color: #FFFFFF;
}

#columnsContainer
{
	height: 65px;
	width: 580px;
	margin: auto;	
}
#leftColumn
{
	position: absolute;
	margin: auto;
	margin-right: 290px;
}
#rightColumn
{
	position: absolute;
	width: 580px;
	margin: auto;
}



#head
{
	height: 102px;
	background: url("../images/headbg2.png");
	background-repeat: repeat-x;
	text-align: center;
}

.intro
{
	display: none;
}
.slide
{
	position: absolute;
}