html { 
  padding:0px;
  margin:0px;
}

body {
	background: white url('http://www.chatzistamatis.com/head.jpg') fixed no-repeat right top;
	padding:0px;
	margin:0px;
	font-family:"Courier New", Courier, monospace
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover{
	text-transform:uppercase
}

h1 {
	font-size:xx-large;
}


h2 {
	font-size:x-large;
}

#header {
	margin: 0 0 15px 20px;
}

#content {
  margin-left: 20px;
  width:600px;
  overflow: auto;
}

#side-a {
	margin-left: 20px;
	float: left;
	width: 275px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 45%;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.white {
	color: #FFF
}

.black {
	color: #000
}