@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#333;
	color:#CCC;
	}
	
#navigace {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-bottom:35px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
#content {
	width:900px;
	height:700px;
	background:url(website.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	}
	
#footer {
	color:#000;
	font-size:10px;
	position:fixed;
	left:0px;
	bottom:0px;
	}
	
	
