* { 
	margin:0px; 
	padding:0px; 
	border:0px; 
}

html{
	font-size:100%
}

body{
	background-color:#444;
	font-family:arial, verdana, sans-serif;
	width:100%;
	height:100%;
	position:absolute;
}

#container{
	position:absolute;
	width:460px;
	height:270px;
	top:50%;
	left:50%;
    margin-left:-230px;
    margin-top:-135px;
}

/* ---- Splash Content ---- */

.splashtitle{
	position:absolute;
	top:0px;
	left:101px;
}

.splashcuslink{
	position:absolute;
	top:189px;
	left:0px;
	width:197px;
	height:63px;
	background:url("iwcustom3.gif") 0 0 no-repeat;
	padding-bottom:15px;
	cursor:pointer;
}

.splashcuslink:hover{
	border-bottom:2px #f30 solid;
    background-position: -197px 0;
}

.splashtoblink{
	position:absolute;
	top:189px;
	left:263px;
	width:197px;
	height:63px;
	background:url("iwtobacco2.gif") 0 0 no-repeat;
	padding-bottom:15px;
	cursor:pointer;
}

.splashtoblink:hover{
	border-bottom:2px #f30 solid;
    background-position: -197px 0;
}

.splashdivider{
	position:absolute;
	top:171px;
	left:229px;
	border-left:2px #fff solid;
	height:100px;
}
