a:hover
	{
		background-color:#06f;
		color:#fff;
	}
html
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:100%;
	}
body
	{
		background:url("images/bg_body.png");
	}
#container
	{
		position:relative;
		width:568px;
		height:412px;
		background:url("images/bg_container.png") no-repeat;
		margin:0px auto;
		font-size:80%;
		padding:5px;
	}
h1
	{
		padding:5px;
	}
.img
	{
		position:relative;
		width:150px;
		margin:0px auto;
	}
.note
	{	
		font-size:75%;
	}