/*

	project: watchthis!
	author: luka cvrk (www.solucija.com)

*/

/* global reset */

:focus, :active { outline: 0; }

body { font: 0.9em Georgia, "Times New Roman", Sans-Serif; color: #333; line-height: 1.4; margin:2px; }
a { color: #A82A15; text-decoration: none; }

<!--

.imgGraph {
	left: 0;
	top: 0;
	position: absolute;
	
}

#rightbox {
float:right; width: 65%; text-align: right; margin: 2px;
}

#leftbox {
float:left; width: 30%; text-align: left; margin: 2px;
}

#container{
	width: 100%; text-align: center; font-size:0.8em;
}

#footer{
	clear:both; font-size: 0.8em;
}

/*
a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:active {
	color: #0066FF;
}

*/
-->