@charset "ISO-8859-1";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text_larger {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222200;
}
.text {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.text_gray {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #002c2f;
}
.text_largest {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #222200;

}

#container{
height: 400px;
width: 500px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}


a:link {color: #FFFFFF;text-decoration: none}
a:visited {color: #FFFFFF;text-decoration: none}
a:active {color: #FFFFFF;text-decoration: none}
a:hover {color: #222200;text-decoration: none}
a.new:link {color: #CCCCCC;text-decoration: none}
a.new:visited {color: #CCCCCC;text-decoration: none}
a.new:active {color: #CCCCCC;text-decoration: none}
a.new:hover {color: #CCCCCC;text-decoration: underline}
