﻿html, body {
    width: 100%;
    height:100%;	
    background-color:white;
	color:black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.top
	{
	vertical-align: top;
	}
.bottom
	{
	vertical-align: bottom;
	}

.leftbar
	{
	width: 100%;
    height:100%;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: green;
	}
.rightbar
	{
	padding-left: 10px;	
	}

.banner
	{
	background-image:url('../banner.jpg');
	height: 68;
	width: 424;
	}
.bar
	{
	position:absolute;
	top:60
	left:0;
	background-image:url('../bar.jpg');
	background-repeat:repeat-x;
	height: 10;
	width: 100%;
	}
.dude
	{
	position:absolute;
	top:90;
	left:350;
	background-image:url('../dude.gif');
	background-repeat:no-repeat;
	height: 241;
	width: 175;
	}	

	

