/*
      CSS for Lancaster Laser Cutting - Splash Screen
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
 font-size: 13px;
 background: #000;
 background-image: url('images/lc2.jpg');
 background-attachment: fixed;
 background-repeat: no-repeat;
}

#wrapper { 
 margin-top: 30px;
 text-align: center;
}

#wrapper a {
 font-size: 32px;
 color: #fff;
 text-decoration: none;
}

#wrapper a img {
 border: none;
}