html {
	/*background:#403f40;*/
	background:#16163c;
	background-image:url('stripes.gif');
}
body {
	background:#fff;
	background-image:url('globtek_bg.gif');
	width:904px;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	border: 1px solid #ccf;
	font-family:verdana,sans-serif;
	font-size:90%;

}
h1, h2, h3, h4, h5, h6 {
	color:#901;
	text-shadow:1px 1px 3px #ccc;
}
h1 {
	text-align:center;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
}
h2 {
	text-align:left;
	color:#333;
	font-size:95%;
}
h3 {
	font-size:95%;
}
div {
	padding:12px;
}
img {
	margin:6px;
}
#footer {
	border-top: 1px solid #ccc;
	font-style:italic;
	color:#555;
}
.caption {
	color:#fff;
	background:rgba(0,0,0,0.6);
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	margin:0px;
	text-shadow: 2px 2px 4px #333;
}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#900;
}
a:visited {
	color:#900;
}
a:hover {
	text-decoration:underline;
}
#globtek_info {
	font-size:11px;
	color:#888;
	clear:both;
	display:block;
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
.nr {
	border:1px solid #ccc;
	background:#f6f6f6;
	background:rgba(246,246,246,0.8);
	border-radius:6px;
	margin:8px;
}
.nr img {
	border:1px solid #ccc;
	border-radius:4px;
}
table,td {
	border:1px solid #aaa;
}