body {background-image: url('/images/tp_bg.jpg');
      background-position: top center;
      background-repeat: no-repeat;
      background-color: #000000;
      margin: 65px 0 0 0;
      text-align: center;
      }
      
#wrappitywrapwrap {width: 960px;
	           margin: 0 auto;
	           text-align: center;
	           }
	           
#wrapperfromthebluelagoon {width: 960px;
	                   margin: 0 auto;
	                   text-align: center;
	                   vertical-align: top;
	           }
	           
	           
#bodytype {font: 15px georgia, times;
	   color: #ffffff;
	   display: inline-block;
	   margin: 0 0 14px 0;
	   }
	           

.hugegiantbox { width: 435px;
		height: 36px;
		border: none;
		padding: 18px;
		margin: 18px 0 18px 0;
		font: 35px georgia, times;
	   	color: #bbb9b1;
	   	text-align: center;
		}
		
		
input.createit {
width: 140px;
height: 42px;
display: inline-block;
background-image: url('/images/createit.png');
text-align:center;
}

input.createit:hover {
background-image: url('/images/createit_active.png');
text-align:center;
}

a.tweetit, a.tweetit:active, a.tweetit:visited {
width: 140px;
height: 42px;
display: inline-block;
background-image: url('/images/tweetit.png');
text-align:center;
margin: 10px 0 0 0;
}

a.tweetit:hover {
background-image: url('/images/tweetit_active.png');
text-align:center;
}