body{
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}
#divFullScreen{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#titleDiv{
	background-image: url('images/top.jpg');
	width: 850px;
	height: 170px;
	margin-left: auto; 
	margin-right: auto;
}
.toggleDiv{
	line-height: 150%;
	text-align: justify;
	width: 850px;
	height: auto;
	min-height: 30px;
	margin-left: auto; 
	margin-right: auto;
}
#uvod{ background-image: url('images/uvod.jpg'); background-repeat: no-repeat; }
#opencl{ background-image: url('images/opencl.jpg'); background-repeat: no-repeat; }
#cuda{ background-image: url('images/cuda.jpg'); background-repeat: no-repeat; }
#tesla{ background-image: url('images/tesla.jpg'); background-repeat: no-repeat; }
#razvoj{ background-image: url('images/razvoj.jpg'); background-repeat: no-repeat; }
#zakljucak{ background-image: url('images/zakljucak.jpg'); background-repeat: no-repeat; }

a:link {
	color: #CCCCCC; 
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC; 
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: bold;
}
a:hover {
	color: #00FF00; 
	text-decoration: underline
}
