body {
	background-color:black;
}
.main {
	position:relative;
	background-image:url('clever7_back.png');
	width:800px;
	height:600px;
}

.text-div {
	text-align:justify;
	position:absolute;
	top:270px;
	left:220px;
	width:530px;
	text-decoration:none;
	font-family:Arial;
	font-size:9pt;
	color:white;
}

.button-div {
	text-align:left;
	text-decoration:none;
	top:270px;
	left:55px;
	position:absolute;
}

.requirements-div {
	position:relative;
	left:4px;
	background-color:#AAAAAA;
	border-width:2px;
	border-color:white;
	border-style:solid;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	width:92px;
	padding:3px;
	color:white;
}

img {
	border-style:none;
}

img:active {
	border-style:none;
}

textarea {
	background:black;
	border-style:none;
	text-decoration:none;
	font-family:Arial;
	font-size:9pt;
	color:white;
	width:540px;
	height:80px;
}

#reveal-content {
	color:#AAAAAA;
	position:relative;
	left:20px;
	width:510px;
}

#plusminus {
	position:relative; 
	top:4px;
}

#english-content {
	color:#999999;
}

a {
	color:white;
	text-decoration:none;
}

