* {
	margin : 0;
	padding : 0;
	list-style-type : none;
	font-family : arial;
	font-size : 8pt;
	color : #000000;
}

body{
	background : #000000;
}

A{
	text-decoration : none;
	color : #000000;
	cursor : crosshair;
}
A:hover{
         text-decoration : none;
	color : #1B0D07;
         font-weight : normal;
}

A img{
	border : 0px;
}

#frame{
	width : 540px;
	height : 100% !important; height : 100%;
         border : 1px #1B0D07;
         display : block;
	margin : 7px auto 0px 37px;
	background : url(../img/bg_frame.gif) repeat-y;
	padding : 0 0 100px 0;
	overflow : hidden;
}

#header_left{
	width : 385px;
	height : 275px;
	display : block;
	background : url(../img/header_left.jpg) no-repeat;
	float : left;
}

#header_right{
	width : 154px;
	height : 189px;
	display : block;
	background : url(../img/header_right.jpg) no-repeat;
	float : left;
}

#coordinates{
	width : 154px;
	height : 86px;
	display : block;
	background : url(../img/coordinates.jpg) no-repeat;
	float : left;
}

#nametag{
	width : 17px;
	height : 225px;
	display : block;
	background : url(../img/name.jpg) no-repeat;
	float : left;
         position : relative;
	z-index : 3;
	margin : 0px 0 0 0px;
}
