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

body{
background-color:#000;
background-image: url(../images/home/back.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
margin-top: 0;
}

a:link{color:#fff;font-weight: 900;text-decoration:none;}
a:visited{color:#fff;font-weight: 900;text-decoration:none;}
a:hover{color:#5a6f7a;text-decoration:none;}

a:link.blue{color:#5a6f7a;font-weight: 900;text-decoration:none;}
a:visited.blue{color:#5a6f7a;font-weight: 900;text-decoration:none;}
a:hover.blue{color:#900;text-decoration:none;}

.menu {
  background-color:#000000;
  width:800px;
  height:370px;
  margin-top:120px;
}

.infoFrame {
  width:400px;
  margin-top:10px;
  height:150px;
}

.info {
  width:310px;
  font-size:11px;
  color:#666666;
  line-height:160%;
  border-top:1px solid #ccc;
  margin-top:5px;
}