body
	{
	font-family: Univers, Arial, sans-serif;
	color: black;
	background-color: #9b9b9b;
	background-image: url("../images/background.png");
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 605px;
	text-align: justify;
	}

img { border: none; }

#header, #content { margin-bottom: 50px; }
	
a:link    { color: black; }		/* Unvisited link  */
a:visited { color: black; }		/* Visited link    */
a:hover   { text-decoration: none; color: #333; }		/* Mouse over link */
a:active  { text-decoration: none; color: #555; }		/* Selected link   */

