﻿@import url("layout.css");
body {
	background-color: black;
	background-image: url('../Media/bg.jpg');
	background-repeat: repeat;
}
#container {
	width: 770px;
	margin: 10px auto;
	float:none
}
#navigation {
	position:relative;
	float: left;
	width: 110px;
	height:600px;
	margin-top: 150px;
	margin-bottom: 10px;
	text-align:right
}

#content{
	height: 902px;
	width: 650px;
	background-image:url('../Media/KOmplet vyrez.jpg');
	background-repeat:no-repeat;
	float:left
}
