@charset utf-8;

html,body {
background:#006;
height:100%;
width:100%;
position:absolute;
border:none;
margin:0;
padding:0;
}

#forex {
background:url(img/forex.jpeg);
position:absolute;
top:0;
text-align:center;
width:100%;
height:100px;
}

#forex .Left {
background:url(img/forex-trading.jpeg);
position:absolute;
top:0;
left:0;
width:239px;
height:100px;
}

#forex .Right {
background:url(img/forex-signals.jpeg);
position:absolute;
top:0;
right:10px;
width:259px;
height:100px;
}

#menu {
position:absolute;
top:100px;
left:0;
width:100%;
height:110px;
}

#menu .Left {
position:absolute;
top:0;
left:0;
width:200px;
height:110px;
}

#menu .Center {
position:absolute;
top:0;
left:200px;
width:700px;
height:110px;
}

#menu .Right {
position:absolute;
top:0;
left:900px;
width:200px;
height:110px;
}

#content {
position:absolute;
top:210px;
left:0;
width:100%;
}

#content .Left {
position:absolute;
top:0;
left:0;
width:200px;
}

#content .Center {
background:#FFF;
position:absolute;
top:0;
left:200px;
width:700px;
}

#content .CenterRight {
background:#FFF;
position:absolute;
top:0;
left:200px;
width:900px;
}

#content .Right {
position:absolute;
top:0;
left:900px;
width:200px;
}

span.tablecenter {
position:absolute;
left:10px;
right:10px;
width:680px;
}

span.tableleft {
position:absolute;
left:10px;
width:330px;
}

span.tableright {
position:absolute;
right:10px;
width:330px;
}

#footer {
background:#006;
text-align:center;
position:relative;
height:70px;
}

a.b:hover {
color:#900;
font-weight:700;
text-decoration:underline;
}

a.big:hover {
color:#900;
font-size:24px;
font-weight:700;
text-decoration:underline;
}

h1 {
font-size:0;
}

h1.light {
font-size:36px;
color:#B8BEE7;
text-align:center;
}

h1.dark {
font-size:36px;
color:#369;
text-align:center;
}

h2.dark {
color:#369;
text-align:center;
}

h3.dark {
color:#369;
display:inline;
}

i {
color:red;
}

p {
padding:10px;
}

b.light {
color:#B8BEE7;
}

b.dark {
color:#369;
}

img {
border:0;
}

a:link,a:visited,a:hover {
color:#000;
text-decoration:none;
}

a.light:link,a.light:visited,a.light:hover {
color:#B8BEE7;
text-decoration:none;
}

a.dark:link,a.dark:visited {
color:#369;
text-decoration:underline;
}

a.dark:hover,a.orange:hover {
color:#900;
text-decoration:underline;
}

a.orange:link,a.orange:visited {
color:#F93;
text-decoration:underline;
}

a.b:link,a.b:visited {
color:#F93;
font-weight:700;
text-decoration:underline;
}

a.big:link,a.big:visited {
color:#F93;
font-size:24px;
font-weight:700;
text-decoration:underline;
}

h2.light,h3.light {
color:#B8BEE7;
display:inline;
}
