
@media screen, projection
{
body {

}

	
body {
overflow-y: scroll;
background: #EFEDE1 url("../body.png") repeat-x 0 0;
padding: 100px 30px 30px 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4;
font-weight: normal;
color: #333333;
}

.page_margins {
position: relative;
margin: 0 auto;
width: 536px;
text-align: center;
}

a {
color: #93AB59;
background: transparent;
text-decoration: none;
}

a:active { outline: none; }

a:hover,
a:focus {
background-color: #93AB59;
color: #ffffff;
text-decoration: none;
}

p.small {
font-size: 11px;
color: #999;
}

}