@charset "UTF-8";
/* CSS Document */

body{
	
	background-color: #000;
}

#body-element{
	max-width:1010px;
	margin:0 auto;
}

p{
	font-size:18px;
	color:#fff;
	font-family:old standard tt, serif;
}

h1, h2, h3{
	font-size:20px;
	color:#3fc900
}

span{
	color:#3fc900
}
.site-element{
	float:left;
}