/*---------------------------------------
Basic Style Sheet

Author: 	P.Shackleton
Email:		info@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/



/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("global.css");
   
   
   

/* Basic settings
---------------------------------------*/
html {background: url(../images/global/background/slovakia-background.jpg) #fff top center no-repeat; min-height: 439px;}
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 62.5%; color: #000;}

a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }

a:link, a:visited { text-decoration: underline; color: #FF0066; }
a:hover, a:active, a:focus { text-decoration: none; color: #FF0066;}

* { margin: 0; padding: 0;  }

