html {height: 100%}

body {

	margin: 0; padding: 0;
	background-image: url("auto.jpg");
   	background-repeat: no-repeat;
    		background-attachment: fixed;
    		background-position: center;
  		background-size: cover;
		background-color: black;
	
	color: blue;
	height: 100%;
	
	}
div#Vzhled {
	width: 100%;
	height: 100%;
	min-width: 500px;
	min-height: 500px;
}

div#Rozcestnik{
	
	padding: 50px;
text-align:center;
color:red; 

	
}