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

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background: #000;
}

#wrap {
	width: 100%;
	text-align: center;
}

#header {
	width: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

#content {
	width: 800px;
	text-align: center;
	font-size: 85%;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #23BEDD;
}

#content a:hover, #content a:active, #content a:focus {
	text-decoration: none;
	color: #45dfff;
}

#text {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	width: 0px;
	background: #000;
	clear: both;
	margin: 0px;
	padding: 0px;
}

img, div {
	behavior: url(iepngfix.htc);
	border: 0px;
}

.hiddenPic{
	display: none;
}