/* t.crvena #973032     s.crvena #CB433B */
body 
{
	margin:0;
	padding:0;
	background-color:#fff;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.47, rgb(255,255,255)),
		color-stop(0.17, rgb(181,181,181))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 47%,
		rgb(181,181,181) 17%
	);


}

body, table, td, tr, p, strong, div {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt; 
	color: #444;
}

h1 {font-family: Arial, sans-serif; font-size:20px;}

.wrapper
{
	width:100%;
	height:500px;
	vertical-align:middle;
	text-align:center;	
	background-repeat: no-repeat;
	background-image: url("../gfx/knjiga.jpg");
	background-position: center center;	
}
.container
{
	margin:100px auto 0 auto;
	width:550px; height:500px;		
	overflow:hidden;
}
.container .left
{
	width:230px; height:500px;
	padding:25px 0 0 20px;		
	display:block;
	float:left;	
}

.container .right
{
	width:220px; height:500px;
	padding:10px 20px 10px 10px;		
	float:right;
}

.footer 
{	
	clear:both;
	text-align:center;
	color:#999;
	font-size:10px;
	padding-top:20px;
	margin:auto;
}


a {
 text-decoration: none;
 color: #973032;
}

a:visited { color: #973032; }
a:hover { color: #CB433B; text-decoration: underline; }

.small { font-family: arial, sans-serif;  font-size: 8pt; }




