@charset "UTF-8";
@import url("layout.css");
@import url("typography.css");
@import url("navigation.css");
@import url("home.css");
@import url("forms.css");
@import url("admin.css");
@import url("footer.css");

/* Basics
------------------------------------------------*/

body
{
	margin: 0px;
		
	/*The background has to be white for the editor*/
	/*background-color: #fff;*/
	
	background-color: #000;
}

div, img
{
	display: block;
}

img
{
	border: 0px;
}

.pin
{
    clear:both;
    width:100%;
    height:1px;
}
