body {
	background-color: #000000;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
}

a {
	font-size: 200%;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a.atogoz :link {
	color: #000000;
	text-decoration: underline;
}
a.atogoz:visited {
	color: #000000;
	text-decoration: underline;
}
a.atogoz:hover {
	color: #000000;
	text-decoration: none;
}


#choose {
	text-align: right;
	font-size: 300%;
	color: #FFFFFF;
}
#wisely {
	text-align: left;
	font-size: 300%;
	color: #000000;
}
span.black {
	color: #000000;
}

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#photoz {
	float: left;
	background: #000000;
	width: 50%;
	height: 80%
}
#atogoz {
	float: right;
	background: #FFFFFF;
	width: 50%;
	height: 80%
}
#bottom {
	background: #000000;
	width: 100%;
	height: 20%;
	clear: both;
}
#bottom_text {
	position: relative;
	left: 25%;
	background: #000000;
	width: 50%
}


hr {
	border: 0;
	height: 2px;
	background-color: #FFFFFF;
	width: 80%;
}