
 /* MAIN */

img {
	border: 0pt;
}

html {
	margin: 0;
	padding: 0;
}
	
body {
	background-color:#333333;
	background-image:url(../img/tile.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
	
/* links */
	 
a:link { 
	color: #ffffff;
	text-decoration:underline;
	}
			
a:visited { 
	color: #ffffff;
	text-decoration:underline;
	}
	
a:hover, a:active { 
	color: #ffffff;
	text-decoration:none;
}

div.global_div {
	position:absolute;
	width:100%;
}

div.header_div {
	width:900px;
	height:300px;
}

div.body_div {
	width:800px;
}

div.body_div_item {
	width:350px;
}


/* THE GORE COMPENDIUM */
div.inside_tgc {
	position:relative;
	width:350px;
	top:160px;
	left:-200px;
}

div.body_div_txt {
	position:relative;
	left:350px;
	top:-14px;
	width:450px;
}

div.body_fillin {
	width:900px;
	height:746px;
	background-image:url(../img/background_tgc.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.body_fillin_msn {
	width:900px;
	height:746px;
	background-image:url(../img/background_msn.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.body_fillin_news {
	width:900px;
	height:746px;
	background-image:url(../img/background_news.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.body_fillin_aff {
	width:900px;
	height:746px;
	background-image:url(../img/background_aff.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div.body_fillin_tokako {
	width:900px;
	height:746px;
	background-image:url(../img/background_tokako.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div.body_fillin_order {
	width:900px;
	height:746px;
	background-image:url(../img/background_order.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div.body_fillin_dreams {
	width:900px;
	height:746px;
	background-image:url(../img/background_dreams.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div.body_fillin_projects {
	width:900px;
	height:746px;
	background-image:url(../img/background_projects.jpg);
	background-position:top;
	background-repeat:no-repeat;
}