@charset "utf-8";
/* CSS Document */
div {
	position: relative;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* background-image: url(http://78.140.151.227/dino/momsexmachine/images/bg.gif); */
	background-color: #fff8db;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
}

.header {
	width: 1000px;
	height: 258px;
	margin: 0 auto;
	background: url(http://78.140.151.227/dino/momsexmachine/images/header.jpg) no-repeat;
}

div.header p{
	top: 140px;
	position: absolute;
	left: 350px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 520px;
}

div.header a {
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 230px;
	height: 90px;
}

div.block{
	background-color: #FFFFFF;
	width: 1000px;
}

.thumbs {
	width: 1000px;
	overflow: auto;
	position: static;
	background-color: #fff8db;
}

.thumbs img {
	width: 240px;
	height: 180px;
	border: 1px solid #990000;
	background: url(http://78.140.151.227/dino/momsexmachine/images/bg_thumb.gif);
}

div.top {
	color: #CC0000;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-left: 15px;
}

div.top a{
	color: #000000;	
}

table.pages {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
}

table.pages a {
	color: #FFFFFF;
	background-color: #CC0000;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
}

table.pages a:active {
	color: #000000;
	background-color: #FFFFFF;
}

.desc_t {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}



