@charset "UTF-8";
/* CSS Document */
body {
	font: normal 11px/normal "Lucida Grande", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
/* set the image to use and establish the lower-right position */ .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(/images/main.jpg) no-repeat bottom right;
	background-color: #000;
}
.footer {
	font-size: 9px;
	color: #ffffff;
}
a {
	color: #96997a;
	text-decoration: none;
}
.cssbox {
	width: 980px !important; /* intended total box width - padding-right(next) */
	width: 965px; /* IE Win = width - padding */
	height: 900px;
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
} /* set the top-right image */
@font-face {  
font-family: 'Loki Cola';  
src: url('/images/LOKICOLA.TTF');  
}  
.font {
	font-family: "Loki Cola";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .05em;
	color: #000;
}
.fontmed {
	font-family: "Loki Cola";
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .05em;
	color: #000;
}
.box-twitter {
	opacity: .4;
	top: 300px;
	left: 80px;
	float: left;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	background-color: #ffffff;
	text-align: left;
	width: 350px;
	height: 125px;
	z-index: 51;
}  
.twitter-text {
	top: 300px;
	left: -300px;
	float: left;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	text-align: left;
	width: 350px;
	height: 125px;
	z-index: 100;
	color: #000000;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 14px;
	opacity: 1;
	color: #000;
}
ul#twitter_update_list li {
	color: #000000;
	list-style: none;
	opacity: 1;
	color: #000;
}
.box-links {
	top: 100px;
	left: -50px;
	float: left;
	position: relative;
	width: 250px;
	z-index: 51;
}  