.links > a:link, .links > a:visited { color:#97FF64; text-decoration:none; }
.links > a:hover { border-bottom:1px dotted #E9FFDE; color:#E9FFDE; }

a:link, a:visited { color:#97FF64; text-decoration:underline; }
a:hover { border-bottom:1px dotted #90A884; color:#90A884; }

.show-modal { cursor:pointer; }

.parallax-frame { -moz-box-shadow:    inset 0 0 10px #0F820F;
                  -webkit-box-shadow: inset 0 0 10px #0F820F;
                  box-shadow:         inset 0 0 10px #0F820F;
                  border:2px solid #B9B9B9;
                  -webkit-border-radius:10px; border-radius:10px;
                  width:98.5%; margin-left:0.75%; margin-right:0.75%; }
.parallax-window {
    min-height: 500px;
    background: transparent;
}
img { border:0; margin:0; padding:0; }
.main { width:100%; max-width:1480px; margin:0 auto; min-width:495px; }
.in1 { margin:0 auto; max-width:1200px; min-width:480px; }

body { margin:0; border:0; background-color:#0D0D0D; font-family:arial; }

@media all and (max-width: 720px) {
.gowide { width:98%!important; margin-left:1%!important; margin-right:1%!important; }
}
