body {
margin : 0;
padding : 0;
overflow-y:scroll;
background-image : url(../graphics/bckgrnd.jpg);
background-repeat : no-repeat;
background-attachment : fixed;
background-color : #a8cb2f;
font-family : Tahoma, Geneva, Verdana, sans serif;
}

#wrapper {
z-index: 1; position: relative;
margin: 10px auto; width: 90%;
}

#header {
position: relative;
margin: 0 11px 0 11px; width: 100%; height: 52px;
background-image : url(../graphics/bckgrnd-lines.png);
background-color: #DDF5FB;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

#menuheader {
position: relative;
margin: 0 11px 0 11px; width: 100%; height: 150px;
background-color: black; Overflow: hidden;
}

#menuheader-fs {
float: left; display: inline;
margin: 0 11px 0 11px; width: 850px; height: 150px;
background-image : url(../graphics/header1-fs.jpg);
background-color: white; background-repeat : no-repeat;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

#menu {
position: absolute; bottom: 0;
background-image : url(../graphics/bckgrnd-lines.png);
background-color: #DDF5FB;
border-top-right-radius: 5px;
}

#displayboxgreen {
float: left; display: inline; padding: 5px; 
margin: 10px; width: 170px; height: 150px;
background-color: #B9DA58; border-radius: 15px; text-align: center;
}

#displayboxblue {
float: left; display: inline; padding: 5px; 
margin: 10px; width: 170px; height: 150px;
background-color: #DDF5FB; border-radius: 15px; text-align: center;
}

#displayboxtwitter {
float: left; display: inline; padding: 5px; 
margin: 10px; width: 170px; height: 150px;
background-color: #1EBEF0; border-radius: 15px; text-align: center;
}

#displayboxpink {
float: left; display: inline; padding: 5px; 
margin: 10px; width: 170px; height: 150px;
background-color: #FFAAAA; border-radius: 15px; text-align: center;
}

#footer {
float: left; display: inline;
margin: 0 11px 20px 11px;
width: 100%;
background-image : url(../graphics/background-blackfade.jpg);
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}

#code { background-color: #FFE773; }

#main {
float: left; display: inline;
margin: 0 11px 0 11px; padding-bottom: 20px;
width: 100%;
background-color: white;
}

#main-fullscreen {
float: left; display: inline;
margin: 0 0 0 11px; padding: 1px 2px 80px 2px;
width: 800px;
background-color: white;
}

h1 { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: 32px; padding: 2px; display: inline; font-weight: normal; text-decoration: none;  color: #1c6392;}
h2 { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: 26px; font-weight: normal; text-decoration: none; color: #1c6392;}
h3 { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: 22px; font-weight: normal; text-decoration: none; color: #1c6392;}

.h6-pos { font-weight : bolder; font-size : large; color : #009933; display : inline; }
.h6-neg { font-weight : bolder; font-size : large; color : #ff0000; display : inline; }

.bid {background-color:#FD0365; text-align:center;}

.footer p { color: white; text-align: center; font-size: small; }

.code p { color: black; font-size: small; }
P.code0 { margin-left: 0px; color: black; font-size: small; padding: 0; display: inline; }
P.code1 { margin-left: 10px; color: black; font-size: small; padding: 0; display: inline; }
P.code2 { margin-left: 20px; color: black; font-size: small; padding: 0; display: inline; }
P.bid { color: white; font-weight: bold; font-size: small; }

.memb2 {background-color:#FFADD0; color:black;}

.coins th{ color: white; background-color: black; }

.menuheader img { max-width: 100%; height: auto; }

.menu li { display: inline; }
.menu ul { margin: 5px 5px 5px 5px; padding-left: 2px; }

.menu a:link       { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: medium; background-color: white; padding: 2px 3px 2px 3px; color: black; text-decoration : underline; }
.menu a:visited { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: medium; background-color: white; padding: 2px 3px 2px 3px; color: black; text-decoration : underline; }
.menu a:hover     { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: medium; background-color: white; padding: 2px 3px 2px 3px; color: black; text-decoration : none; }

.footer a:link       { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: small; color: white; text-decoration : none; }
.footer a:visited { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: small; color: white; text-decoration : none; }
.footer a:hover     { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-style: normal; font-size: small; color: white; text-decoration : underline; }
