html, body{
	height:100%;
	background-color: #C1C4CD;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	 }

/*SZABLON*/

#main {
	width: 835px;
	height: 835px;

	background-color: #C1C4CD;
		position: relative;
 	text-align: left;}

#up {	width: 835px;
	height: 740px;
	background-image: url("../gfx/up.jpg");
	margin:0px 0px 0px 0px;
	overflow:hidden;	}
	
#down {	width: 835px;
	height: 95px;
	background-image: url("../gfx/down.jpg");}	
	
#downstart {	width: 835px;
	height: 95px;
	background-image: url("../gfx/downstart.jpg");}

