/* http://pinklec.net
   Updated: Thu 26.02.11 @ 16:04 p.m.
   Author:     Filip Herceg 
   ----------------------------------------------------*/

	
/* MAIN STUFF
   ----------------------------------------------------*/

* { margin: 0px; padding: 0px; }
body { background: #E6E6E6; font: bold 1em Arial, 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: 503px; height: 503x; margin-top: -251px; margin-left: -251px; z-index: 1; }
#stains { position: absolute; right: 0px; top: 0; width: 430px; height: 400px; background: url('../images/stains.png') no-repeat; z-index: 999; }

#stains ul { color: #fff; padding: 20px 150px 0 0;}
#stains ul li {list-style: none; text-align: right; padding-bottom: 5px;}