* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../_img/bg_pg.png) 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

p {
	margin: 0 0 20px 0;
	}
	
a:link, a:visited {
	color: #59a9f0;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	height: 92px;
	text-indent: -999999em;
	}
	
h1.ttl_home {
	background: url(../_img/ttl_home.gif) no-repeat 0 0;
	}
	
h1.ttl_myths {
	background: url(../_img/ttl_myths.gif) no-repeat 0 0;
	}
	
h1.ttl_couples {
	background: url(../_img/ttl_couples.gif) no-repeat 0 0;
	}
	
h1.ttl_types {
	background: url(../_img/ttl_types.gif) no-repeat 0 0;
	}
	
h1.ttl_comingsoon {
	background: url(../_img/ttl_comingsoon.gif) no-repeat 0 0;
	}
	
h1.ttl_reviews {
	background: url(../_img/ttl_reviews.gif) no-repeat 0 0;
	}
	
h1.ttl_dungeon {
	background: url(../_img/ttl_dungeon.gif) no-repeat 0 0;
	}
	
h1.ttl_contact {
	background: url(../_img/ttl_contact.gif) no-repeat 0 0;
	}
	
h1.ttl_rules {
	background: url(../_img/ttl_rules.gif) no-repeat 0 0;
	}

h2 {
	height: 30px;
	margin: 30px 0 0 0;
	text-indent: -999999em;
	}

h2.ttl_ouch {
	background: url(../_img/ttl_ouch.gif) no-repeat 0 0;
	}

h2.ttl_whatev {
	background: url(../_img/ttl_whatev.gif) no-repeat 0 0;
	}

h2.ttl_wrong {
	background: url(../_img/ttl_wrong.gif) no-repeat 0 0;
	}

h2.ttl_dangerous {
	background: url(../_img/ttl_dangerous.gif) no-repeat 0 0;
	}

h2.ttl_marks {
	background: url(../_img/ttl_marks.gif) no-repeat 0 0;
	}

h2.ttl_explains {
	background: url(../_img/ttl_explains.gif) no-repeat 0 0;
	}

h2.ttl_shares {
	background: url(../_img/ttl_shares.gif) no-repeat 0 0;
	}

h2.ttl_safety {
	background: url(../_img/ttl_safety.gif) no-repeat 0 0;
	}

h2.ttl_about_domination {
	background: url(../_img/ttl_about_domination.gif) no-repeat 0 0;
	}

h2.ttl_rules_session {
	background: url(../_img/ttl_rules_session.gif) no-repeat 0 0;
	}
	
h3 {
	font-size: 20px;
	color: #b5d1ea;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
	
.story {
	width: 80%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.5em;
	font-style: italic;
	margin: 20px auto 40px auto;
	background: #b5d1ea;
	color: #0f3152;
	padding: 20px;
	}
	
.review {
	width: 80%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.5em;
	font-style: italic;
	margin: 20px auto 40px auto;
	background: #184876;
	padding: 20px;
	}
	
.center {
	margin: auto;
	width: auto;
	text-align: center;
	}
	
.header {
	background: url(../_img/bg_header.png) center top repeat-x;
	height: 70px;
	}

.logos {
	width: 960px;
	margin: auto;
	}

.logo {
	float: right;
	}

.logo2 {
	float: left;
	}

.logo a, .logo2 a {
	display: block;
	text-indent: -99999em;
	height: 70px;
	}
	
.logo a {
	background: url(../_img/logo.gif) no-repeat 0 12px;
	width: 180px;
	}
	
.logo2 a {
	background: url(../_img/logo2.gif) no-repeat 0 15px;
	width: 210px;
	}

.container {
	width: 960px;
	margin: auto;
	}
	
.content {
	background: url(../_img/bg_content.gif) 0 0;
	clear: both;
	margin: 10px 0;
	}
	
.content_top {
	background: url(../_img/bg_content_top.gif) 0 0;
	height: 35px;
	}
	
.content_bottom {
	background: url(../_img/bg_content_btm.gif) 0 0;
	height: 35px;
	}
	
.content_it {
	padding: 0 10px 0 40px;
	}
	
.it {
	width: 550px;
	float: left;
	background: #0f3152;
	}
	
.pic {
	width: 325px;
	float: right;
	}
	
.footer {
	list-style-type: none;
	text-align: center;
	background: url(../_img/bg_footer.gif) center top no-repeat;
	height: 100px;
	}

.footer li {
	display: inline;
	margin: 0 20px;
	position: relative;
	top: 40px;
	}
	
.btm {
	font-size: 11px;
	color: #444;
	text-align: center;
	margin: 20px 0;
}