﻿@font-face {
font-family:"bp";
src: url(.../fonts/Desoto-FontZillion.ttf) format("truetype")
	}
	
.text {
	font-family:"bp"
}

.body {
	background-image:url('images/mapcam_firstlight_color_rot.png');
	background-color:black;background-position:center top;background-repeat:repeat
}

.border-gold{
border:1px solid #7c5b2b; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
font-family:"Times New Roman", Times, serif; 
padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #a67939; background-image: linear-gradient(to bottom, #a67939, #845108);
}


.borderbottom{
	border-bottom:2px #008888 solid
}

.borderleft{
	border-left:2px #008888 solid
}

.bordertop{
	border-top:2px #008888 solid
}

.div-main{
	border:2px #008888 solid;width:800px;display:inline-block;background-color:#004040
}


