@charset "utf-8";
/* 
CSS Document
Site: http://www.creativefocus.com
Author: Out West Branding
Date: March 4, 2008
*/


html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
  	font-family: "Tahoma", Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	color: #000000;
  	line-height: 1.4em;
  	background-color: #ffffff;
  	margin-top: 0;
  	}

a {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}

p {
  	margin: 0 15px 15px 20px;
  	}

div {
  	margin: 0;
  	padding: 0;
  	}

/************** IDs and Classes **************/

#launchCase {
	margin: 100px auto 0 auto;
	width: 600px;
	}

#introSkip {
	margin: auto;
	text-align: center;
	padding: 20px;
	}

#introSkip a {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	}

#introSkip a:hover {
	text-decoration: none;
	}
