/*-- RESET CSS start -------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i,
center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-size:100%;
	vertical-align:baseline;
	background:transparent no-repeat;
	white-space:normal;
	}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after {content:none;}

:focus {outline:0;}

a {text-decoration:none;cursor:pointer;}

/*-- RESET CSS end ---------------------------------------------------*/ 


/*-- BODY AND BASICS start -------------------------------------------------------------*/
body {
	width:100%;
	height:100%;
	background-color:#000000;
	overflow:auto;
	}

.main {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-80px;
	margin-left:-75px;
	width:150px;
	height:160px;
	font-family:helvetica, arial;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
	color:#fcbf00;
	padding:0px 0px 50px 0px;
	background:url(../design/kpclogo.png) 50% 0px no-repeat;
	}
	
.message {
	display:inline-block;
	position:relative;
	left:0px;
	top:150px;
	width:150px;
	}

/*-- BODY AND BASICS end ---------------------------------------------------------------*/