* {
margin: 0;
padding: 0;
}
	
body {
background: #000 url(../img/bg.png) 600px 0 no-repeat fixed;
font-family:arial, "lucida console", sans-serif;
color:#fff;
}

p{
margin:0 0 1em 0;	
}

a{
	color:#008793;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#container {
width: 550px;
margin:0.9em 1.4em;
}


#sidebar p{
	font-size:80%;
	text-align:justify;
	line-height:1.4em;
}

#sidebar{
	width:300px;
	font-size:80%;
	line-height:1.6em;
	position:fixed;
	top:340px;
	left:620px;
}


