 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,  
 table, caption, tbody, tfoot, thead, tr, th, td {  
     margin: 0;  
     padding: 0;  
     border: 0;  
     outline: 0;  
     font-size: 100%;  
     vertical-align: baselinebaseline;  
     background: transparent;  
 }  
 body {  
     line-height: 1;  
 }  
 ol, ul {  
     list-style: none;  
 }  
 blockquote, q {  
     quotes: none;  
 }  
 blockquote:before, blockquote:after,  
 q:before, q:after {  
     content: '';  
 }  
   
 /* remember to define focus styles! */  
 :focus {  
     outline: 0;  
 }  
   
 /* tables still need 'cellspacing="0"' in the markup */  
 table {  
     border-collapse: collapse;  
     border-spacing: 0;  
 }  
 
/* end of reset */ 

body {
background-image:url(images/bg.jpg);
background-repeat: x y;
font-family: "Comic Sans MS", cursive;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
	position:relative;


}

#wrapper img {
	background-repeat:no-repeat;


}


#sidebarmenu2 {
	margin-top: 80px;
	font-size: 18px;
}



#form {
	height: 170px;
	width: 325px;
	position: absolute;
	bottom: 130px;
	left: 25px;
	font-size: 14px;
}

#form #Name, #Email{
	margin-bottom: 5px;
}


#form #Message{
	margin-top: 5px;
}

#contact {
	position: absolute;
	top: 60px;
	left: 55px;

}

#contact a {
	color: #000000;
}


#contact p {
	font-size: 22px;
	font-style:oblique;
	text-align: center;

}

#new {
	position: absolute;
	top: 200px;
	left: 55px;

}

#new a {
	color: #000000;
}


#new p {
	font-size: 22px;
	font-style:oblique;
	text-align: center;

}

#details {
	position: absolute;
	top: 740px;
	left: 400px;
}

#details a {
	color: #000099;
}

#details p {
	font-size: 18px;
	line-height: 22px;
}

#details .maurice {
font-size: 12px;

}

#counter {
margin-top: 30px;

}

#thanks {
	background-color: #FFF;
	width: 200px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 80px;
	
}

.bobscott a {
	position: absolute;
	font-size: 20px;
	left: 875px;
	top: 750px;
	text-align: center;
	text-decoration:none;
	color: #000;
	line-height: 26px;
}

.bobscott a:hover {
	background-color: #d8d068;
}

