/************************************************************************
* Preliminary global styling
*
* All the site's global styling for all used elements goes here.
*
*/

body { 
  margin: 0;
  padding: 0;
  height: 100%;
  color: white;
  min-width: 1000px;
  background: black url(../../../images/wallpaper/swirls-small-med.png) 0 -50% fixed repeat;
 }

body a,abbr,acronym,address,applet,area,b,blockquote,br,caption,cite,code,dl,div,embed,form,hr,h1,h2,h3,h4,h5,iframe,img,ins,kbd,object,ol,p,pre,q,samp,table,tt,ul,var { 
	margin: 0;
	padding: 0;
 }

a img {
  border: 0;
}

a {
  outline: none;
}
