HTML, body {
    margin: 10px 0px 0px 0px;
    background-color: #ffffff;
    background-image: url(../picture/bg/bg.jpg);
    background-repeat: repeat;
    background-position: top;
    background-attachment: fixed;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    color: #3c3c3b;
}

.ram {
    background-color: #ffffff;
    height: 540px;
    margin: 0px auto;
    border: 3px solid #666666;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
     box-shadow: 0 0 10px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -webkit-box-shadow: 0 0 10px #efefef;
}

A:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:active {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

A:hover {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

.hand {
    cursor: pointer;
}
