body {
	background: #000000;
	color: #FFFFFF;
	min-width: 1000px;
	Font-family: Verdana, Arial, Helvetica, Sans-Serif;
	Font-size: 12px;
}

a {
	color: #77FF77;
}

#header {
	margin: 15px auto 0px auto; /* Left and Rigth AUTO makes the DIV float centered in the BODY tag */
	width: 1000px;
	text-align: center;
}

#content {
	margin: 10px auto 0px auto; /* Left and Rigth AUTO makes the DIV float centered in the BODY tag */
	clear: left;
	text-align: center;
	width: 1000px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#CentertheGallery {
	text-align: center;
	clear: both;
	margin: 40px auto 20px auto; /* Left and Rigth AUTO makes the DIV float centered in the BODY tag */
}
