* {
	font-family:"Trebuchet MS",arial,sans-serif;
	padding:0px;
	margin:0px;
}

html {
	height:100%;
}
body {
	background-color:#999;
	height:100%;
	background-image:url(/domains/mirella.sierra240.nl/images/body_back.gif);
}

a {
	text-decoration:none;
}

#page {
	width:900px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}

	#header {
		width:900px;
	}
		#header .bar {
			background-color:#000;
			color:#fff;
			width:900px;
			height:10px;
		}
		#header .head {
			background-image:url(/domains/mirella.sierra240.nl/images/header.png);
			background-repeat:no-repeat;
			width:900px;
			height:170px;
		}
		#header .head h1 {
			display:none;
		}

		#header .menubar {
			border-top:1px solid #666;
			border-bottom:1px solid #666;
			background-color:#333;
			width:890px;
			height:25px;
			padding-left:10px;
		}


	#content {
    	padding:20px;
    	font-size:14px;
		line-height:140%;
	}
		#content h1 {
			font-size:18px;
			letter-spacing:-1px
		}

		#content a {
			color:#f00;
		}
		#content a:hover {
			color:#f90;
		}


	#footer {
		background-color:#000;
		color:#fff;
		width:894px;
		font-size:10px;
		padding:3px;
	}
		#footer a {
			color:#ccc;
		}
		#footer a:hover {
			color:#f90;
		}

