a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}


body {
margin-top: 30px;
text-align: center;
font-family: Verdana;
font-size: 11px;
color: #444444;
background: url(bg.PNG) fixed;
}

#container {
width: 448px;
margin: auto;
}

#top {
height: 201px;
background: url(top.gif) no-repeat; 
}

#mid {
background: url(mid.gif);
padding: 15px;
}

#bot {
height: 10px;
background: url(bot.gif) no-repeat;
}