@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:500&subset=latin,latin-ext);
/* CSS Document */
html { 
background: url(bg.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
height: 100%;
}
img {
max-width: 100%;
}
.menu {
background: url(trnsp.png) repeat;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
width: 15%;
text-align: center;
min-height: 100%;
margin-left: 5%;
margin-top: 0;
float: left;
min-width: 157px;
}
.menuitm {
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
width: 100%;
text-align: center;
display:block;
padding-bottom: 20px;
font-size: 20px;
font-family: 'Advent Pro', sans-serif;
color:#333;
max-width: 100%;
}
.content {
font-size: 20px;
font-family: 'Advent Pro', sans-serif;
float:right;
width: 60%;
min-height: 100%;
background: url(trnsp.png) repeat;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: 5%;
padding: 0 5%;
}
.contenter {
float:right;
width: 70%;
min-height: 100%;
background: url(trnsp.png) repeat;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: 15%;
padding: 20px;
}
.menuitm a:link{
color:#333;
}
.menuitm a:visited{
color:#222;
}

