* {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom:0px;
	} 

html,body {
		height: 100%;
		background-image: url(img/bg-null.gif);
		background-repeat: repeat;
		}

	#container {
		width: 700px;
		min-height: 100%;
		height: auto;
		text-align: left;
		background: #000;
		background-image: url(img/bg-wood.jpg);
		background-repeat: repeat;
		border-right: 4px solid black;
		}

	#top {
		height: 200px;
		}

	#main {
		text-align: left; 
		padding: 20px 30px 10px 30px;
		}

	#bottom{
		width: 700px;
		height: 40px;
		text-align: center;
		}

	p {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		color: #FFF;
		padding: 10px 40px 10px 40px;
		line-height: 12px;
		}

	h1 {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-decoration: none;
		color: #FFF;
		padding: 20px 40px 10px 40px;
		line-height: 11px;
		}

	a:link {
		color: #000;
		background-color: #FFF;
		text-decoration: none;
		}

	a:visited {
		color: #000;
		background-color: #FFF;
		text-decoration: none;
		}

	a:hover {
		color: #FFF;
		background-color: #000;
		text-decoration: none;
		}

	img.top {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		float: left;
		}

	img.mid {
		margin-left: 70px;
		margin-right: 100px;
		margin-top: 20px;
		margin-bottom:10px;
		}