* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	background-image: url('intro/bgr.gif');
	text-align: center;
	font-size: 13px;
	cursor: default;
}
#hlavny {
	padding: 0px;
	margin: auto;
	width: 900px;
}
#stred {
	float: left;
	display: block;
	background-image: url('intro/welcome.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	text-align: center;
	margin-top: 0px;
}
#padprace {
	padding-top: 190px;
	padding-left: 200px;
}
#ooprace { width: 532px; height: 85px; background-image: url('intro/img1.jpg'); background-repeat: no-repeat; float: left; display: block; }
#ooprace a { width: 532px; height: 85px; display: block; padding: 0px; }
#ooprace a:hover { width: 532px; height: 85px;  background-image: url('intro/img1on.jpg'); background-repeat: no-repeat; }

#padstudio {
	padding-top: 40px;
	padding-left: 200px;
}
#oostudio { width: 532px; height: 85px; background-image: url('intro/img2.jpg'); background-repeat: no-repeat; float: left; display: block; }
#oostudio a { width: 532px; height: 85px; display: block; padding: 0px; }
#oostudio a:hover { width: 532px; height: 85px;  background-image: url('intro/img2on.jpg'); background-repeat: no-repeat; }

#text {
  display: block;
	margin-top: 180px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #596472;
}
#text a:active, #text a:visited, #text a:link {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #596472;
}
#text a:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #596472;
}
