/**
 * @author Maurice Hegge <maurice@hegge.nl>
 * @company MSH design
 * @copyright 2008-2009
 *
 * @project De Marne - Bed & Breakfast
 * @filename main.css
 * @version 1
 * @date 12-02-2009 16:36
 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #778877;
	font-family: Arial;
	color: white;
	font-size: 13px; 
	text-decoration: none;
}

td	{
	font-family: Arial;
	color: #ffffff;
	font-size: 13px; 
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	font-family: Arial;
	color: #ffffff;
	font-size: 13px; 
	text-decoration:underline;
}

a.big:link, a.big:visited, a.big:hover, a.big:active { 
	font-family: Arial;
	color: #ffffff;
	font-size: 20px; 
	text-decoration:underline;
} 

#bg_start {
	background-image: url(../_images/bg_start.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 575px;
}

#bg {
	background-image: url(../_images/bg.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 575px;
}

#top {
	background-image: url(../_images/bg_top.jpg);
	width: 100%;
	height: 40px;
}