


/* GENERAL */ 

* {
	margin:0px;
	padding:0px;
}

BODY{
	text-align: center;
	padding: 0;
	line-height: 16px;
	Background-color: #f4f4f4;
	
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}

SPAN, DIV{
	position:relative;
}

A{
	color:#000000;
	text-decoration : underline;
	cursor:hand;
}

A:hover{
	color:#000000;
	text-decoration : underline;
	cursor:hand;
}

A img{
	border:0;
}

P{
	margin-top:0px;
	margin-bottom:10px;
	line-height: 15px;
}

.float-killer {
	height:1px;
	margin:-1px 0 0 0;
	overflow:hidden;
	clear:both;
}


/* LAYOUT */ 

#container {
	width: 700px;
	margin: auto;
	text-align: left;
	padding: 0 0 0 0px;
}

#main{

}

#footer{
	margin-top:5px;
}


/* Texts */

h1{
	font-size:12px;
	margin-bottom:5px;
}