@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background:url(img/background.png) repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
p{
margin:0;
padding:0;
color: white;
line-height:16px;
}
#container{
padding: 5px;
background: white;
width:550px;
height:550px;
margin:15px auto;
}
#top_left{
background: #7EA6BF;
width:255px;
height:250px;
float:left;
padding: 10px;
padding-top: 15px;
}
#top_right{
background: #BFBFBD;
width:275px;
height:275px;
float:right;
}
#bottom_left{
background: #BFBFBD;
width:275px;
height:275px;
text-align: right;
float:left;
}
#bottom_right{
background: #7EA6BF;
width:255px;
height:255px;
float:right;
padding: 10px;
}
div#top_left div.name a, div#bottom_right div.name a{color: #d40101;font-weight: bold;font-size: 15px;text-decoration:none;text-transform: uppercase;border-bottom: 1px dotted #d40101;}#top_left a, #bottom_right a{color: white;font-weight: bold;text-decoration:none;border-bottom: 1px dotted white;}
#top_left a:hover, #bottom_right a:hover {
border-bottom-style: solid;
}
.left{
text-align: right;
}
#imp{
margin-top: 61px;
margin-left: 10px;
border: 2px solid white;
}
#as{
margin-top: 10px;
margin-right: 10px;
border: 2px solid white;
}
.copyright{
font-size:9px;
color:#e4e4e4;
width:200px;
float:left;
margin-top:2px;
}
