/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

body {
background: black url() no-repeat ;
font-family: tahoma, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color:white;
}


.strana {
background: url(strana.jpg) no-repeat center center;
width:1017px;
height:500px;
margin-top: 20px;
}

.vstup {

position: static;
padding-top: 330px;
padding-left: 480px;
border: 0 ;
width:100px;
height:100px;
color:white;

}
.vstup a:hover{

}

