/*
* MAIN STYLESHEET MULTIMOVE.NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/
body{
	margin:0px;
	padding:0px;
	height:100%;
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#77ad1a;
	font-size:12px;
	background-color:#d4ff7d; 
	background-image:url(../images/layout/achtergrond.gif);
	background-repeat:repeat-x;
	background-position:top left;
	line-height:22px;
}

#container{
	margin: 0 auto;
	width: 550px;
	padding-top: 50px;
}

#header_img{
	height: 113px;
	background-repeat: no-repeat;
}

#logo{
	width: 100px;
	height: 113px;
	position: relative;
	top: 0px;
	cursor: pointer;
	float: left; 
}

#email{
	width: 200px;
	height: 20px;
	position: relative;
	top: 70px;
	cursor: pointer;
	float: left; 
}

#links{
	height: 227px; 
	width: 550px;
	margin-top: 12px;
}

#links img{
	border: 0px;
	margin: 0;
	padding: 0;
}

#home_content{
	min-height: 130px;
	height:auto !important;
  	height:130px;	
  	margin-top: 20px;
}

#home_content .dashedline{
	border-bottom: 1px dashed #77ad1a;
}

#news{
	border: 0px solid red;
}

#news h1{
	color: #FF6633;
}

#news a{
	color: #FF6762;
}

h1
{
	font-size: 16px;
	margin-bottom: 20px;
}	

p
{
	margin-bottom: 20px;
}
