@charset "UTF-8";
/* CSS Document */

#wrapper {
 width: 100%;
 }

#body {
font-family:Arial, Helvetica, sans-serif;
} 
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
 
#header {
 width: 100%;
 height: 80px;
 background-color:#2a2a2a;
 margin-bottom:20px;
  border-bottom: 1px solid #000000;
 }
 
#menu {
float:left;
text-align:center;
width:120px;
background-color:#2a2a2a;
padding-top:10px;
padding-bottom:10px;
color:#FFFFFF;
font-size:17px;
text-align:center;
 border: 1px solid #000000;
}

#profiles {
float:right;
width:100px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
background-color:#2a2a2a;
color:#FFFFFF;
font-size:17px;
text-align:center;
 border: 1px solid #000000;
}

#content {
width:600px;
background-color:#343434;
color:#FFFFFF;
margin-left: auto;
margin-right: auto;
 border: 1px solid #000000;
 padding:10px;
}

#footer {
 POSITION: fixed;
 bottom:0px;
	width:100%;
margin-top:20px;
width:100%;
height:25px;
background-color:#2a2a2a;
  border-top: 1px solid #000000;
  color:#FFFFFF;
  font-style:italic;
  font-size:15px;
}