body {
    animation-delay: 111s;
    margin: 0px;
	background-color: black;
}

a:link {
	text-decoration: none;
}

a:hover {
	background-color: #04c5fc;
}

header {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	height: 350px;
	width: 900px;
}

nav {
	background-image: url("../images/nav.png");
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	margin-top: -10px; /*So there is no bar on the top */                                                                                                                                                                                                                                         
}

section.navhouse {
	height: 30px;
	width: 180px;
	margin-left: 30px;
	padding: 4px;
	float: left;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

main {
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	height: 900px;
	width: 900px;
	margin-top: -15px;
}

section.main {
	height: 652px;
	width: 652px;
	padding: 124px;
	margin-top: 17px;
}

article {
	background-color: green; 
	float: left;
	height: 638px;
	width: 226px;
	padding:  8px 6px 0px 6px;
	text-align: center;
}

img.article {
	float: left;
}

h3.article {
	text-align: center;
}

aside {
	background-color: #4e66ac;
	width: 400px;
	height: 638px;
	margin-left: 238px;
	color: #ffffff;
	padding-left: 8px;
	padding-top: 8px;
}

footer {
	width: 900px;
	height: 150px;
	background-color: orange;
}

section.foot {
	background-color: #ffb929;
	height: 94px;
	width: 704px;
	margin-top: -134px;
	margin-left: 142px;
	padding: 8px;
}