body{
text-align:center;
font-family:"Verdana";
font-weight: bold;
font-size: 14px;
line-height: 18px;
}

#start{
 margin:0 auto;
 text-align:center;
 border: 1px solid white;
 background-color:white;
 position: absolute;
 visibility: visible;
 left: 50%;
 top: 50%;
 width: 960px;
 height: 400px;
 margin-left: -480px;
 margin-top: -200px;
 z-index : 1;
}

.logo{
text-align:center;
margin-bottom:0; 
}


#start h1{
margin-top:15px;
margin-bottom:15px; 
font-size: 14px;
line-height: 18px;
color:gray;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
font-family:"Verdana";
}

#boxes{
 text-align:left;
}

#box1{
margin-left:0px;
text-align: left;
border-right: 10px solid white;
background: #FFCC00;
font-size: 14px;
line-height: 20px;
color:white;
font-family:"Arial";
padding:10px;
width: 164px;
float: left;
}

#box2{
margin-left: 0;
text-align: left;
border-right: 10px solid white;
background: #BAE806;
font-size: 14px;
line-height: 18px;
color:white;
font-family:"Verdana";
padding:10px;
width: 164px;
float: left;
}

#box3{
margin-left:0px;
text-align: left;
border-right: 10px solid white;
background: #1199CC;
font-size: 14px;
line-height: 18px;
color:white;
font-family:"Verdana";
padding:10px;
width: 164px;
float: left;
}

#box4{
margin-left: 0;
text-align: left;
border-right: 10px solid white;
background: #800CCE;
font-size: 14px;
line-height: 18px;
color: white;
font-family:"Verdana";
padding:10px;
width: 164px;
float: left;
}

#box5{
margin-left: 0;
text-align: left;
background: #CE0C82;
font-size: 14px;
line-height: 18px;
color:white;
font-family:"Verdana";
padding:10px;
width: 164px;
float: right;
}

.clear {
clear:both;
margin-top:0;
margin-bottom:0;
}

.flags {
margin-left:3px;
text-align:left;
margin-top:0;
margin-bottom:0px;
float: left;
}

a flags {
border: none;
}

a img {
border: none;
}


.logincontact {
margin-right:3px;
text-align:right;
margin-top:0;
margin-bottom:0px;
float: right;
}

a logincontact {
border: none;
}

a:link{
color: gray;
}
a:visited{
color:gray;
text-decoration:none;
}
a:hover{
color:gray;
font-weight:bold;
text-decoration:underline;
}

#boxes a{
color: white;
text-decoration: none;
}
