* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	color:#333333;
	background-color:#ffffff;
	font-size:12px;
	font-family:"Hiragino Kaku Gothic Pro", "MS PGothic", Osaka;
	text-align:center;
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:active, a:hover {
	color:#ee0000;
	text-decoration:underline;
}
div#container {
	width:800px;
	height:300px;
	margin:200px auto;
	/* MACIE \*/	
	position:absolute;
	top:50%;
	left:50%;
	margin:0px;
	margin-left:-400px;
	margin-top:-150px;
	/*  MACIE */
}
div#top {
	margin:0px auto;
	padding:0px 0px;
	width:400px;
	height:270px;
	overflow:hidden;
}
div#top p {
	height:270px;
	font-family:Gill Sans, sans-serif;
	font-size:10px;
	text-align:left;
	text-indent:-1000em;
	background:url(../images/tg_logo.jpg) no-repeat 50% 0%;
}
div#middle {
	margin:0px auto;
	padding:0px 0px;
	width:400px;
}
dl.menu {
	text-align:center;
}
dl.menu dt {
    margin:3px;
	font-family:Gill Sans, sans-serif;
	list-style:none;
}
div#bottom {
	margin:0px auto;
	padding:0px 0px;
	width:400px;
	clear:both;
}
span.f1 {
	font-family:Gill Sans, sans-serif;
}
p.copyright {
    margin:10px 10px;	padding:0px;
    text-align:right;
	line-height:1.2em;
	font-family:Gill Sans, sans-serif;
	font-size:10px;
	color:#333333;
}

