@charset "iso-8859-1";

html, body, td {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana;
	font-size: 12px;
}

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

div#header {
	width: 100%;
	border-bottom: solid 2px #fff;
	height: 100px;
	color: #fff;
	text-align: center;
}

div#wrapper {
	width: 100%;
	text-align: center;
	height: 520px;
}

div#content {
	width: 770px;
	margin: auto;
	text-align: center;
}

div#footer {
	width: 100%;
	border-top: solid 2px #fff;
	text-align: center;
}

div#footer_content {
	width: 770px;
	text-align: left;
	color: #fff;
	margin: auto;
}
A.galleries  {
	color: #fff; text-decoration: none; outline: none;
    }
    
A.galleries:HOVER {
    color: #fff; text-decoration: none; background-color: #fff; color: #000;
}

A.galleries:ALINK  {
    color: #fff; text-decoration: none; outline: none;
}

A.galleries:VISITED  {
    color: #fff; text-decoration: none; outline: none;
}

A.galleries:VISITED:hover  {
    color: #fff; text-decoration: none; background-color: #fff; color: #000;
}