/* CSS Document */

body{   #000000;
	font-family: Arial;
	color: #000000;
	background-image: url(img/vzor.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	
	#header #name{
	float:left;
	width:290px;
	height:200px;
	font-family:Myriad Pro;
	background-image: url(img/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

