* {
	margin: 0px;
	padding: 0px;
	font: 12px verdana;
}

* img {
	border: none;
}

body {
	background: #000;
}

#splash {
	position: relative;
	width: 746px;
	height: 560px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #000;
}

#splash a {
	text-decoration: none;
	color: #000000;
}

#main {
	position: relative;
	width: 746px;
	margin: 0px auto 30px auto;
	background-image: url(../images/dwdiarybg1.jpg);
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	height: 560px;
}

#pag1 {
	position: relative;
	float: left;
	width: 320px;
	height: 520px;
	margin: 10px 10px 10px 10px;
	text-align: justify;
	padding-left: 30px;
}

#pag2 {
	position: relative;
	float: left;
	width: 320px;
	height: 520px;
	margin: 10px 10px 10px 10px;
	text-align: justify;
	padding-left: 30px;
}

#main img {
	margin-right: 0px;
	display: inline;
	float: left;
	vertical-align: top;
}

#main a {
	color: #fdaf38;
}

#main a:hover {
	color: #fdaf38;
}

.title {
	text-align: right;
	font: bold 12px verdana;
	font-style: italic;
}

.text {
	font: 10px verdana;
}

.space {
	position: relative;
	float: left;
	width: 746px;
	height: 10px;
}

#PrevPage {
	position: relative;
	float: left;
	width: 89px;
	height: 66px;
	margin: -46px 0px 0px 0px;
	padding: 0px;
}

#NextPage {
	position: relative;
	float: right;
	width: 93px;
	height: 66px;
	margin: -46px 0px 0px 0px;
	padding: 0px;
}

#SiteBack {
	position: relative;
	float: left;
	width: 72px;
	height: 46px;
	margin: -26px 0px 0px 251px;
	padding: 0px;
}

#SiteBack1 {
	position: relative;
	float: left;
	width: 72px;
	height: 46px;
	margin: -26px 0px 0px 340px;
	padding: 0px;
}

.close { clear:both; }
