/* CSS Document */
	#header{
		width: 960px;
		height: 200px;
		background-image:url(pics/style/header.png);
		margin: auto;
	}
	#menu{
		width: 960px;
		height: 110px;
		background-image: url(pics/style/menu.png);
		margin: auto;
		text-align: center;
		color: white;
		font-variant: small-caps;
		font-size: 0px;
		line-height: 23px;
	}
	#repeat1{
		width: 960px;
		height: 500px;
		background-image: url(pics/style/repeat.png);
		background-repeat: repeat;
		margin: auto;
		margin-top:0px;
		padding: 0px;
	}
	#titlepics{
		width: 350px;
		height: 50px;
		position: relative;
		top: -50px;
		left: 65px;
	}
	#textbox{
		width: 800px;
		height: auto;
		margin: auto;
		position: relative;
		top: -30px;
		margin-top:0px;
		font-size: 18px;
		color:#660066;
	}
	#footer{
		background-image: url(pics/style/footer.png);
		width: 960px;
		height: 100px;
		margin: auto;
	}
	#contact{
		position: relative;
		width: 640px;
		top: 65px;
		text-align: center;
		margin: auto;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	a:link{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 16px;
	}
	a:visited{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 16px;
	}
	a:hover{
		color: 	#00FFFF;
		text-decoration: none;
		font-size: 16px;
	}
	#cc{
		margin: auto;
		font-size:9px;
		width: 900px;
	}
	#logo{
		background-image: url(pics/logo.jpg);
		width: 316px;
		height: 450px;
		margin: auto;
		
	}
	/*bedrotozni!!!*/
	#left{
		position: relative;
		width: 400px;
		height: 300px;
		left: 100px;
		
	}
	#right{
		position: relative;
		width: 500px;
		height: 100px;
		left: 450px;
		top: -300px; 	
	}
	
