@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	color: white;
	background: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

header img{
	width: 300px;
}
section{
	min-height: 1000px;
}

article{
	min-height: 400px;
}
article iframe{
	border: dotted 2px white;
	margin: 5px;
}

footer{
	text-align: center;
	width: 100%;
}

footer img{
	width: 100px;
}