body {
    background-image: url(../images/background/mtex_14618.jpg);
    margin-top: 120px;
}
iframe {
    position: relative;
    top: 50px;
    width: 640px;
    height: 480px;
    border: 2px ridge #969696;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFD700;
    text-shadow: 3px 2px 4px #000000;
}
button {
    background: linear-gradient(
    #6B6B6B 0%,
    #E8E8E8 25%,
    #878787 50%,
    #525252 75%,
    #000000 100%);
    width: 250px;
    height: 25px;
    border: 2px ridge #969696;
    border-radius: 5px;
    box-shadow: 0 0 20px #000000;
    margin: 60px auto;
}
a {
    color: #FFFFFF;
    text-shadow: 2px 3px 4px #000000;
    text-decoration: none;
}
a:hover {
    color: #00FF00;
}


