/* http://bspoke.be/ - personal web site
   Updated: Thu 12.11.11 @ 16:04 p.m.
   Author:     Filip Herceg 
   ----------------------------------------------------*/

	
/* MAIN STUFF
   ----------------------------------------------------*/

* { margin: 0px; padding: 0px; }
body { background: #f8f8ff; font: 1em Trebuchet MS, Verdana, sans-serif; text-align: center; color: #222222; }
a { text-decoration: none;	color: #ff0000; }
a:hover { text-decoration: underline; color: #ff0000; }
img { border: 0px; text-align: center; } /* Turn off borders for linked images */
p { font: 80% Tahoma, Verdana, sans-serif; text-align: justify; line-height: 18px; }
.clear_float { clear: both; }


/* CONTACT
   ----------------------------------------------------*/

#main { position:absolute; left: 50%; top: 50%; width: 600px; height: 400px; margin-top: -200px; margin-left: -300px; }
