header {
	background: url("../img/header.jpg");
	width: 955px;
	height: 400px;
	position: relative;
}
header h1 a {
	background: url("../img/logo.png") repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 0;
	height: 85px;
	position: absolute;
	top: 0;
	width: 130px;
}
.triangle-bottom-right {
	border-bottom: 35px solid white;
	border-left: 955px dashed transparent;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 0;
}
.triangle-bottom-left {
	border-bottom: 400px solid white;
	border-right: 15px dashed transparent;
	height: 0;
	width: 0;
}