/* NikkiLord.com Temp Splash Stylesheet */

html, body {
	height: 100%;
	margin: 0px;
	background: #ff78b1;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ff99cc;
	scrollbar-highlight-color: #ff99cc;
	scrollbar-shadow-color: #ff99cc;
	scrollbar-track-color: #ffffff; 
}

body, a { 
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold; 
}

/*
a { color: #d5196d; }
a:hover { color: #fa037d; }
*/

h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}


#tempsplashbox {
	width: 460px;
	height: 270px;
	margin-left: auto; margin-right: auto; /* Mac IE centering fix */
	margin-top: 90px;
	background: #ff78b1 url('grafix/errorpage_bg.gif') center center no-repeat;
}	
#lefttd { /* left (content) cell of #tempsplashbox */
	width: 310px;
	padding: 20px 0px 0px 45px;
}
#righttd { /* right cell of #tempsplashbox */
	width: 150px;
}

