/* lay-out */
body {
	padding : 0px;
	background-image : url(../media/images/agrond.gif);
    background-color: #343434;
	background-position : 50% 0%;
    background-repeat: repeat-x;
}

	#canvas {
		position : relative;
		width : 964px;
		margin : 0px auto 0px auto;
	}
		.footer{
			font-size : 10px;
		}
	
		a.footer{
			color : #ffde00;
			text-decoration : none;
		}
	
		a.footer:hover{
			color : #ffde00;
			text-decoration : none;
		}
