@charset "UTF-8";

html {
    background-color: #555;
}

body {
    cursor: default;
}
.container {
    text-align: center;
    margin-top: 15%;
}

p {
    margin: 50px auto 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    letter-spacing: 3px;
    font-weight: 500;
}

#main {
    margin: 150px auto 10px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 150%;
    letter-spacing: 3px;
    cursor: pointer;
}


#pro {
    margin: 100px auto 10px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 150%;
    letter-spacing: 3px;
}

#pro a {
    color: #000;
    text-decoration: none;
}

#pro a:hover {
    color: #ddd;
    text-decoration: none;
}

#warning {
    width: 400px;
    margin: 150px auto;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    letter-spacing: 3px;
    cursor: default;
}

#warning a {
    color: #999;
    text-decoration: none;
}

p {
    font-size: 18pt;
}

#note {
    width: 400px;
    margin: 200px auto;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    letter-spacing: 3px;
    cursor: default;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}


/**
a:link {
    font-weight: normal; 
    text-decoration: none; 
    color: #999;
}

a:visited {
    font-weight: normal;
    text-decoration: none;
    color:#999;
}


a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}
.container {
    margin: 0 auto;
    background: url(images/xray.jpg);
    background-repeat: no-repeat;
    width: 640px;
    height: 448px;
}

.container #warning {
    text-align: center;
    width: 640px;
    height: 448px;
}

#enter {
    cursor: pointer;
    text-align: center;
    font-size: x-large;
    color: #ffffff;
    margin-top: -320px;
}
*/
