body {
	background: url(images/bg2.jpg) repeat-y #000000;
	}

#background {
	background: #333333 url(images/title.png) no-repeat top right;
	border: solid #666666 1px;
	position: absolute;
	left: 160px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	min-width: 685px;
	_width: 685px;
	}

#container {
	background: #ffffff;
	border: #666666 1px solid;
	position: absolute;
	left: 170px;
	top: 110px;
	right: 30px;
	bottom: 30px;
	overflow: auto;
	padding: 10px 20px 20px 20px;
	min-width: 625px;
	_width: 625px;
	font-weight: normal;
	font-size: small;
	font-family: verdana, "lucida console", sans-serif;
	}
	
#buttons {
	position: absolute;
	left: 170px;
	top:80px;
	width: 700px;
	height: 50px;
	}

.buttons {
	margin: 2px 15px 2px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
	position: relative;
	}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	font-family: verdana, "lucida console", sans-serif;
	}

a:link, a:visited {
	color: #666666;
	}

a:hover {
	color: #333333;
	}

a:active {
	color:#666666;
	}

a.buttons:link, a.buttons:visited {
	font-variant: small-caps;
	color:#aaaaaa;
	} 

a.buttons:hover {
	font-variant: small-caps;
	color:#cccccc;
	}

a.buttons:active {
	font-variant: small-caps;
	color:#aaaaaa;
	}

table {
	text-align: center;
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	}

img.web	{
	border: 1px solid #000000;
	}

td {
	text-align: center;
	padding: 10px 20px 0px 20px;
	width: 330px;
	vertical-align: top;
	}