body 
{
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	background: #6C6C67;
	overflow:hidden;
	font-family: Arial;
}

a
{
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
}

img
{
	border: none;
}

a:hover
{
	color: #FF3366;
}

#top
{
	height: 60px;
	background: #7b8b8e;
	width: 100%;
	padding: 0;
	margin: 0;
}


#content
{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%; 
}

#write
{
	margin-left: 20px;
	width: 500px;
}

.space
{
	margin-right: 20px;
}


h1
{
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: #FFF;
	padding-left: 20px;
	padding-top: 5px;
}

em
{
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #c4c4c4;
	padding-left: 15px;
}

#left
{
	margin: 0;
	padding: 0;
	float: left;
}

h2
{
    font-size:14px;
    color:#FFF;
    text-transform:uppercase;
    margin-bottom:3px;
    margin-left: 20px;
}

h3
{
    font-size:13px;
    color:#FFF;
    text-transform:uppercase;
    margin-bottom:3px;
}

p
{
	font-size: 12px;
	color: #CCC;
}


.clear
{
	clear:both;
}

.small
{
	font-size: 8px;
}


#links 
{
	position:absolute;
	top:20px;
	right:20px;
	z-index: 1000;
}

#links  a
{
	text-decoration:none;
}

#links  ul
{
	padding:0;
	margin:0;
	list-style:none;
}

#links ul li
{
	margin:0;
	margin-bottom:15px;
}

#links ul li img
{
	border:none;
}




