/* neither nor 2 */

/* fix for browser jumping scrollbar issue */
html { 
    height: 100%; 
    margin: 0px 0px 1px 0px;
	 padding: 0px; 
}

.landing-body {
	margin: 0px 0 0 ;
	padding: 0;
	border: 0;
	background-color: #fff;
	padding: 0px;
	border: 0px;
	background: url("#") top left transparent scroll;
	font: normal 100%/1.3em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	
	color: #000;
}

#landing-wrapper {
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/*header -------------------------------------------------------------------------------------------------*/

#landing-headers {
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background: #fff url(../landing/landing-header.jpg) no-repeat top left;
	width: 700px;
	height: 345px;
	margin-top: 30px;
}


.landing-words {
	margin-right: auto;
	margin-left: auto;
	background: #fff url(../landing/landing-words.jpg) no-repeat top left;
	width: 214px;
	height: 37px;
}

.landing-style-wrapper {
	font-size: .8em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}


h3 {
	display: inline;
	font-size: .7em;
	padding-right: 5px;
	text-decoration: overline;
	font-family: "Lucida Sans Unicode", "Arial Unicode MS", "Lucida Sans", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

a.landing-links { 
	color: #000; 
	background-color: transparent;
 	font-family: cursive;
	font-size: .7em; 
	font-weight: 800;  
	text-decoration: none; 
	padding: 3px 3px;   
}

a.landing-links:hover {
	color: #fff; 
	background-color: #000;
	font-size: .7em; 
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid black;
}

.enter-div {
	font-size: .8em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

a.enters-links { 
	color: #000; 
	background-color: transparent;
 	font-family: cursive;
	font-size: 1.2em; 
	font-weight: 800;  
	text-decoration: none; 
	padding: 3px 3px;   
}

a.enters-links:hover {
	color: #fff; 
	background-color: #000;
	font-size: 1.2em; 
	font-weight: 800;
	text-decoration: none;
	padding: 2px 2px;
	border: 1px solid black;
}