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



#logo {
	position: relative;

	left: 10px;

	top: 0px;

}


body {

	font-size: 13px;

	color: #ff0000;
	
	background-color: #99ffcc;

	margin: 0px;

	padding: 0px;

	background-image: url(../images/check_blue3.gif);

}


#container {

	position: relative;

	left: 10px;

	top: -5px;
	width: 1000px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}


#pix {
	position: relative;
	top: 5px;
}

a:hover{

	color: #F00;
}


#footer {

	position: relative;
	top: 10px;
	left: auto;

	font-size: 14px;

	font-style: italic;

	color: #F00;

	font-weight: bold;

	margin-bottom: 50px;
}


#container marquee {

	font-size: 17px;

	font-weight: bold;

	color: #F33;

	position: absolute;

	left: 150px;

	top: 490px;

	font-family: Georgia, "Times New Roman", Times, serif;

}

#banner {

	position: absolute;

	left: 3px;

	top: 10px;

}

#contents h2 {

	font-size: 10px;

	left: 180px;

	top: 10px;

	position: relative;

	color: #00F;

}


#counter {

	position: absolute;

	left: 4px;

	top: 550px;
}


	