﻿@charset "utf-8"
/* CSS Document */
* {
font-family: 				Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: 						#fff;
}

div#center{
	width: 200px;
	margin:0 auto;
}

.flashead {
	position:absolute;
	margin-top:40px;
	height:200px;
}

.top_spacer{
	  margin-top:140px;
}
  
.menu {
	width:200px;
	text-align:center;
	text-decoration:none;
	font-size:24px;
  }
  
.box {
	 background-image: url(../images/background/button.png);
	 padding-top:4px;
	 width:200px;
	 height:30px;
	 margin-bottom:4px;
  }
.box a, .box a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.box a:hover {
	color: #D2A914;
}

.box a span {
	display:none;
  }
  
.box a:hover span.lk {
	
	display:block;
	margin-left:100px;
	margin-top:-39px;
	padding:5px; 
	width:150px;
	color:#000; 
  }
  .cr2{
	    margin-top:40px;
  }
  .cr {
	color: #FFF;
	font-size: 12px
}

/*  
.box_de {
	position:relative;
	background-repeat: repeat;
  }

  

#menu a, #menu a:visited {
  width:100px; 
  height:28px; 
  width:88px; 
  height:24px;
  }


#menu a:hover span.left, 
#menu a:hover span.right {
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  }
#menu a:hover span.right {
  left:87px; 
  top:5px; 
  }
* html #menu a:hover span.left, 
* html #menu a:hover span.right {
  width:8px; 
  height:16px; 
  width:0; 
  height:0;
  }

  
*/
