@charset "UTF-8";
/* CSS Document */


html, body {
height: 100%;
}


body {
	text-align:center;
	background-image:url(../img/bg_change2.gif);
	background-color:#FFF;
	border:0px;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

a img {
border:none;
}

img, div { behavior: url(iepngfix.htc) }


a:link {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;
}
a:active {
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
}



#wrapper {
	position:relative;
	width:500px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
	

#logo {
	position:relative;
	width:auto;
	height:auto;
	padding-top:15%;
	padding-bottom:75px;
}


#info {
	position:relative;
	width:500px;
	height:auto;
	float:left;
	padding-top:35px;
}

.text {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333333;;
	font-style:normal;
	padding-left:15px;
	line-height: 1.5em
}


.bordertop {
	border-top: #333 dotted 1px;
}