
body {
	font-family: Arial;
	color:#333;
}

h1 {
	margin-bottom: 100px;
}

h1, h2 {
	text-align: center;
}

div {
	margin: 0 auto 100px auto;
	width: 960px;
	height: 200px;
	background: #ccc;
}

#box1 {
	background: #072C43;
	background: linear-gradient(0deg, rgba(7, 44, 67, 1) 0%, rgba(12, 81, 122, 1) 100%);
}

#box2 {
	background: #0C517A;
	background: linear-gradient(45deg,rgba(12, 81, 122, 1) 0%, rgba(107, 153, 165, 1) 50%, rgba(7, 44, 67, 1) 100%);
}

#box3 {
	width: 400px;
	height: 400px;
	background: #EBE0B8;
	background: radial-gradient(circle,rgba(235, 224, 184, 1) 0%, rgba(235, 147, 42, 1) 100%);
}

#box4 {
	background: #00aef0;
	box-shadow: 0px 0px 20px 0px rgba(51,51,51);
}

#box5 {
	background: #00aef0;
	box-shadow: inset 0px 0px 20px 0px rgba(51,51,51);
}

#box6 {
	background-image: url("images/wov.png");
}