/*
Theme Name: Wordpress mu frontpage for koenbuysse.be
Author: Koen buysse
Author URI: http://www.koenbuysse.be/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #272727;
	}

#page {
	text-align: right;
	background-image: url(images/name.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 200px;
	width: 314px;
	margin-top: 30%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


body {
	margin: 0 0 20px 0;
	padding: 0;
	}


#footer {
	padding: 0;
	width: 314px;
	float: left;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#footer #links a {
	font-size: 9px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 0px;
	clear: left;
	float: left;
	height: 18px;
	width: 314px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	background-color: #272727;
}
#footer #links a:hover {
	background-color: #222222;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #1e1e1e;
	}
/* End Structure */



#footer a {
	color: #1e1e1e;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
