* { margin: 0; padding: 0; }

body { 
	font-family: Georgia, 'Times New Roman', sans-serif;
	color: #000;
	background: #FFE1E8 url(../img/body_bg.png) repeat-y center;
}

h1, h2, h3, h4 { 
	font-weight: normal;
}

a, a:visited { color: #FF3366; }

.swatch2 { color: #FF3366; }

p { 
	line-height: 1.5em; 
	margin-bottom: 1em;
}

h2, h3 {
	margin-bottom: .5em;
}

#container {
	width: 820px;
	margin: 0 auto;
	padding-left: 50px;
}


#header {
	background: url(../img/header.png) no-repeat;
	width: 687px;  height: 41px;
	margin: 40px 0 25px 0;;
}

		#header span { display: none; }

#instructions { width: 800px; margin-bottom: 50px; }

#vibrator {
	width: 332px;
	float: left;
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}

#click_me { 
	cursor: pointer;
}

#countdown_timer { 
  display: none; 
  border: 0;
  font-size: 25px;
  background-repeat: no-repeat;
  background-position: top left;
  color: #FF3366;
  background-color: #fff;
}


#timer {
	width: 310px;
	float: left;
	padding-top: 25px;
	margin-left: 15px;
}

#dildo_power {
	clear: both;
	background: url(../img/power_bg.png) no-repeat 0 0;
	width: 736px;
	height: 202px;
}

#score_fill {
	height:75px;
	width: 0px;
	background: url(../img/fill_bg.png) repeat-x bottom;
	margin-left: 182px;
	padding-top: 5px;
}

table { margin-top: 15px; }

#post_to {
	padding-left: 20px;
}

#post_to h1 { display: inline; }

#html, #facebook, #myspace, #twitter {
	display: block;
	padding-left: 50px;
	height: 50px;
	margin-top: 12px;
}

#html { 
	text-decoration: underline; 
	cursor: pointer; 
	background: url(../img/blog_icon.png) no-repeat 0 0;
}

#html_code { display: none; }

#facebook {
	background: url(../img/facebook_icon.png) no-repeat 0 0;
}

#myspace {
	background: url(../img/myspace_icon.png) no-repeat 0 0;
	cursor: pointer;
	text-decoration: underline;
}

#twitter {
	background: url(../img/twitter_icon.png) no-repeat 0 0;
}

#take_again {
	background: #efefef;
	padding: .5em;
	text-align: center;
	margin-top: 1em;
}

#temp { display: none; }


#created_by {
	text-align: center;
	margin-top: 100px;
}

#created_by a img { border: 0; }