html, body {
 width: 100%;
 height: 99%;
}
body {
 margin: 0px;
 padding: 0px;
 background-color: #ddd;
}
.home {
 background-color: #000;
}
A, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL,
 DT, FORM, H1, H2, H3, H4, H5, H6, INPUT, MENU, OL, P, TD,
 TH, UL, LAYER, SELECT, TEXTAREA {
 font-size: 14px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 line-height:28px;
 font-weight: normal;
 color: #fff;
 margin: 0px;
 padding: 0px;
}
a {
 color: #444;
 text-decoration: none;
 position: relative;
}
a:hover {
 text-decoration: underline;
}
p	{
 color: #000000;
 text-indent:25px;
}
/* p.not	{
 text-indent:-24px;
} */
big	{
 font-size: 16px;
 color: #ff0000;
 font-weight:bold;
}
big.let	{
 font-size: 28px;
}
big.deep	{
 color: #3366CC;
}

small, a.small	{
 font-size: 10px;
}

#wrapper {
 width: 90%;
 max-width: 960px;
 height: 100vh;
 margin: 0 auto;
 padding: 0 5%;
}
#wrapper.ano {
 width: 100%;
 max-width: 960px;
 padding: 0;
}
#wrapper.ano img {
 width: 100%;
 max-width: 960px;
}
.anomielink {
 margin-top: 50%;
 padding: 0 0 10px 60%;
}
.anomielink a {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 line-height: 20px;
 text-decoration: none;
}
