	body {
		font-family: Arial, sans-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
	}
	
	#header {
		background: url('images/install/header.jpg') no-repeat center;
		background-color: black;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
		background-size: cover;
		text-align: center;
		color: white;
		cursor: pointer;
	}
	
	#hcontent {
		width: 100%;
		position: absolute;
		bottom: 0px;		
	}
	
	#header h1 {
		font-size: 5em;
		margin: 0px;

	}

	#header p {
		font-size: 14px;
		margin-bottom: 40px;
	}
	
	#header h2 {
		font-size: 2em;
		display: inline;
	}
	
	#header a {
		color: black;
	}
	
	#day {
		background-color: white;
	}
	
	#night {
		background-color: #242424;
		color: white;
	}
	
	#bio {
		background-color: lightgray;
	}

	.page {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 610px;
	}

	h1 {
		font-style: normal;
		font-weight: normal;
		font-size: 2.5em;
		margin: 0px;
	}

	h2 {
		font-style: normal;
		font-weight: normal;
		margin-top: 1.6em;
		font-size: 1.5em;
		color: #da0000;
	}

	a, a:link {
		text-decoration: none;
		color: black;
	}

	a:visited {
		color: #a70000;
	}

	ul {
		padding-left: 15px;
		list-style-type: square;
	}
	
	.slideshow {
		text-align: right;
	}
	
	.slidesjs-container {
		background-color: black;
	}
	
	.slidesjs-navigation {
		font-weight: bold;
		padding-left: 10px;
		margin-top: 5px;
	}
	
	#slidesBatie {
		display: none;
	}

	hr {
		border-bottom-color: #bfbfbf;
		border-bottom-width: 1px;
		border-left-style: none;
		border-bottom-style: solid;
		border-right-style: none;
		border-top-style: none;
		margin-bottom: 20px;
		padding-top: 20px;
		clear: both;
	}