body, html{
	padding: 0px;
	margin: 0px;
	height: 100%;
	}
a:link, a:active, a:visited{
	color: #ffffff;
	}
a:hover{
    text-decoration: line-through;
	color: #b5bdc5;
	}
img{
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: inline;
	}
#content{
	z-index: 3;
	margin-top: 200px;
	margin-left: 125px;
	font: medium courier;
	background-color: black;
	color: white;
	width: 620px;
	line-height: 20px;
	}
#main{
	margin-top: 25px;
	margin-left: 25px;
	font: medium courier;
	background: url(bg_white.png) repeat top left;
	}