/*------------------------------------------------------------------
[Master Stylesheet]

Project:	 Digi.cz
Version:	 1.0
Modified:    Thu, 16 December 2008 16:34:31 GMT
Author:	     Opolo.

-------------------------------------------------------------------*/

html, body, div, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
}

body {
 text-align: center;
 background: transparent url("backg.jpg") repeat; 
}

img {
 border: 0px;
}

#top {
 padding-bottom: 30px;
}

#kriz {
 margin: 0px auto;
 width: 800px;
}
.one {
 width: 399px;
 float: left;
}
.clear {
 clear: both;
}
a:link,a:visited {
 color:#000000;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}