/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	
	   margin: 0 auto; /!-- style that centers page --!/
	   header margin-top: 50px
	background: #1d1004;
*/

 

* 
{ 
	padding: 0; 
	margin: 0;		
}

img {
	border: 0;
}

    a:active
    {
    outline: none;
    }

    a:focus
    {
    -moz-outline-style: none;
    }

#wrapper { 	
 margin: auto;
 width: 400px;

}

#wrapperTest { 	
 margin: auto;
 width: 550px;
 padding-top: 10px;
}

#wrapperHomepage { 	
 margin: auto;
 width: 1000px;
 padding-top: 50px;
}

#wrapperHello {
 margin: auto;
 width: 1000px;
 padding-top: 40px;
}

#contentHello {
 height: 100px;
 width: 50px;

}

#wrapperOnMoon {
	margin: auto;
	width: 500px;
	height: 600px;
}

#wrapperMoonHat {
	margin: auto;
	width: 800px;
	height: 600px;
}

body {
 background-color: #000;
 background-repeat: repeat;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding: 0px;

}



#contentHomepage {
 height: 588px;
 width: 100px;

}

#contentHomepageText {
 position: relative;
 width: 250px;
 right: -292px;
 top: -350px;
 color: black;
 font-family: arial;
 font-weight: bold;

}

#contentHomepageText a{
	text-decoration: none;
	color: #663300;
}

#contentHomepageText a:hover{
	text-decoration: none;
	color: #ffffcc;
}

#authorButton {
	position: relative;
	right: -149px;
	top: -580px;
}

#emailButton {
	position: relative;
	right: -860px;
	top: -890px;
}

#homeButton {
 position: relative;
 right: -740px;
 top: -430px;
 margin: -100px;
 width: 200px;	
}

#thanksHomeButton {
 position: relative;
 right: -780px;
 top: -70px;
 width: 50px;
	
}

#smallhomeButton p{
	position: relative;
	right: -860px;
	top: -90px;
}

#contentMillinersbliss {
 width: 100%;
 height: 800px;
}

#contentMillinersbliss p {
 padding: 0;
}

#contactForm {
 position: relative;
 top: -460px;
 left: 440px;
 border-style: none;
 font-family: arial;
 font-weight: bold;
 font-size: 11pt;
 letter-spacing: .1em;
 color: #888754;
	
}



#contactForm fieldset {
	margin: 0px;
	 border-style: none;
}

#contactForm fieldset li {
	padding: 3px;
	 border-style: none;
}

#contactForm fieldset ul {
	list-style: none;
	border-style: none;
}

input {
	background-color: #d5d5c3;
}

textarea {
	background-color: #d5d5c3;
}

button {
	font-weight: bold;
	background-color: #b3b89d;
	color: #626750;
	letter-spacing: .05em;
}

#contactEmail {
 position: relative;
 top: -550px;
 left: 200px;
 height: 400px;
 width: 200px;
 background-color: transparent;
}

#imageEmail {    /* background image block */
width : 200px;
height: 400px;
background: url(image.png) top left no-repeat;
background-color: transparent;
}
#zone1 {    /* clickable area */
float: left;
width : 200px;
height: 400px;
margin-left: -5px;
margin-top: -7px;
}


#contentNav { 

 width: 100%;
 height: 68px;

}

#nav {
 margin-top: -18px;
}






#footer {
	color: #666633;
	font-size: 8pt;
	margin-left: 10px;
}

#hellofooter {
	margin: 0;
}