body {
	background: #0e001f;
	font-family: "Helvetica Neue", Arial, 		Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	margin: 100px;
}

a {
	color: #f0ff3f;
	font-weight: bold;
}

p {
	margin: 0;
	color: black;
}

#flow
{
	float: left;
	width: 25px;
	height: 25px;
	background: red;
}

.clearer
{
	clear: both;
}

#page
{
	width: 607px;
	height: 100%;
	margin: 0 auto;
}

#css_construction_top
{
	padding: 0px;
		width: 607px;
		height: 126px;
		background-repeat:no-repeat;

}

#social
{
	margin-top: 15px;
	height: 50px;	
}

#social a:link,
#social a:visited
{
	color: #00A551;
	margin: 10px;
}

#css_construction_bottom
{
	background-image: url(images/css_construction_bottom.png);
	width: 527px;
	height: 62px;
	margin: 0 auto;
	text-align: center;
	padding:40px;
	line-height: 17px;
	background-repeat:no-repeat;
}

#css_construction_top a:link,
#css_construction_top a:visited
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#css_construction_top a:hover,
#css_construction_top a:active
{
	color: #f0ff3f;
	text-decoration: none;
}


#copyright
{
	text-align: left;
	color: #c4bda8;
	font-size: 9px;
}