	body {
		font-family: verdana;
		font-size: 0.75em;
		color: #480097;
	}
	
	#frame {
		width: 500px;
		min-height: 500px;
		background-image: url(bg.jpg);
		background-position: bottom;
		background-repeat:no-repeat;
		border: solid 2px #006599;
	}
	
	.padding {
		padding: 10px;
	}
	
	.sidebox {
		float: right;
		clear: none;
		margin: 5px;
		margin-right:  0px;
		height: 75px;
		width: 200px;
	}
	
	h1 {
		font-size: 2.2em;
	}