*
{
	font-family: arial;
}

body
{
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top:150px;
}

footer
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid;
	width: 70%;
	text-align: center;
}

nav
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

section
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	border: 1px black solid;
	text-align: justify;
}

article
{
	margin: 20px;
}

#navig
{
	
	background-color: white;
	margin: auto;
	padding: 10px;
	width: 100%;
	border: 1px black solid;	
	line-height: 3em;
}

td
{
	table-layout: fixed; 
	width: auto;
}

img
{
	float:left;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: black;
}

#navig:hover
{
	background-color: black;
	color: white;
}

#desc
{
	clear: both;
}

h2
{
	margin-top: 0;
}