@charset "UTF-8";
/* CSS Document */

body, html {
	background-image: url("images/back.gif");
	margin:0px;
}

a {
	text-decoration: none;
	color:#333;
}

b {
	color:#333;
}

.box {
	max-width:980px;
	max-height:700px;
}

.header {
	width:100%;
	height:25px;
	
	font-family: Trebuchet MS, Arial;
	font-size: 10px;
	text-align: right;
	color:#FFF;
	background-color:#58cf11;
	border-bottom: 1px dotted #222;
	line-height: 26px;
}

.footer {
	min-width:500px;
	height:20px;
	
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	text-align: right;
	margin-left: 10px;
	color:#FFF;
}
