body {
	background-color: black;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

th {
	text-align: left
}

td {
	text-align:justify;
	background-color:#151515;
}

tr {
	vertical-align:top;
}

a:active {
	color: red;
}
a:link, a:visited {
   text-decoration: none;
}
a:link {
	color: White;
}
a:visited {
	color: Silver;
}
a:hover, a:focus {
	color: Red;
}

img {
	border: 0;
}

img.catSolid {
	-webkit-transition: all 110ms linear;
}

img.cat {
	-webkit-transition: all 110ms linear;
}

a:link img.catSolid {
	filter:alpha(opacity=100); 
	opacity:1.0;
}

a:hover img.catSolid {
	filter:alpha(opacity=100); 
	opacity:1.0;
}

a:link img.cat {
	filter:alpha(opacity=50); 
	opacity:0.5;
}

a:hover img.cat {
	filter:alpha(opacity=75); 
	opacity:0.8;
}

#wrapper {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1026px;
}

#logobanner {
    border: none;
    height: 20px;
    width: 100%;
    margin-top: 10px;
}

#logobannerimage {
	float: left;
}

.menubutton {
    float: right;
    text-align: right;
}

#container {
	height: 532px;
	width: 1024px;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	border: 1px solid gray;
}

#scroller {
	white-space:nowrap;
}

.content {
	white-space: nowrap;
	padding-right: 7px;
	height: 520px;
	float: left;
}

#logobanner, #containerMenu {
    visibility: hiden;
}