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

/*body {
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/bg_test.gif);
	background-repeat: repeat-x;
	background-color: #66cccc;
	font: 60%/90% Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0;
}
*/
#imageContainer {
	position: relative;
	margin: auto;
	width: 600px;
	height: 400px;
	padding-top: 20px;
}

#imageContainer img {
	display: none;
	position: absolute;
	
}

.logo {
	margin: auto;
	text-align: center;
	
}

.container {
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	align: center;
}

.click {
	margin:auto;
	text-align: center;
	text-decoration: none;	
	border: none;
	position: absolute;
	width: 1000px;


}

