/* Meyer Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}/*:focus{outline:0}*/ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html{
	/*background: rgb(24, 48, 63) url(snow-bg.jpg) repeat fixed 320% 375%;*/
	background-color: #222;
	color: rgb(204, 216, 229);
	width: 900px;
}
html.no-rgba{	background-color: #333333;color: #aab3be; }
a:link, a:visited, a:hover, a:active{ color: #fff; }
body{
	font: 18px/1.5 "Helvetica Neue", Helvetica, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, Arial, sans-serif;
}

#header{
	display: block; width: 430px; min-height: 150px;
	padding: 350px 0 0 430px;
	/*background: transparent url(http://jedidiah.eu/snow/header-bg.png) no-repeat left top;*/
	background: transparent url(http://jedidiah.eu/snow/header-notree-bg.png) no-repeat left top;
}
	#header p{
		margin-bottom: 27px;	
	}
	h1#logo{
		position: absolute;float: left;overflow: hidden;text-indent: -9999px;
	}

.section{
	width: 430px;
	padding: 20px 0 0 430px;margin: 40px 0;
	border-top: 2px dotted #aab3be;
}

#resources{
	text-align: left;
}
	.section h1, .section h2{
		color: #fff;
		margin-top: 27px;
		font-size: 24px;
	}
	#resources h1{
		font-size: 36px;
		padding: 5px 0 0 38px;
		background: transparent url(http://jedidiah.eu/snow/box.png) no-repeat left center;
	}
	.section li>a:link, .section li>a:visited{
		color: #aab3be;
		margin-left: 20px;
	}
	.section li>a:hover, .section li>a:active{
		color: #fff;
	}
	
#desktop{
	
}
	#desktop h1{
		background: url(http://jedidiah.eu/snow/desktop.png) no-repeat left center;
		font-size: 36px;
		padding: 5px 0 0 45px;
	}

#footer{
	text-align: center;
	font-size: 14px;
	padding: 20px 0;margin: 80px 0 0 0;
	border-top: 2px dotted #aab3be;
}
	#footer .tel{
		padding: 0 30px;
	}
	.additional-name, .family-name{
		display: none;
	}