@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
body {
font-weight: 300;
background-image: url("/images/wp.png");
background-color: white;
background-attachment: fixed;
background-position: center;
font-family: 'Roboto', sans-serif;
overflow: hidden;
}
span + span {
margin-left: 12px;
}
#topbar, #bottombar {
line-height: 40px;
vertical-align: middle;
font-size:16;
position:fixed;
left:0;
width: 100%;
height:40px;
line-height:-15%;
background-color:#2c2c2c;
color:white;
//font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; 
}
a:link,a:visited,a:active,a:hover { 
color: white; 
}