* {
        color: #FFCD35;
        font-family: arial;
}

body {
        background-color: black;
}

#menu {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 185px;
        padding: 5px;
        font-weight: bold;
        text-align: center;
}
        
#content {
        top: 0px;
        margin-left: 204px;
        height: 600px;
}     

.index {
        height: 100%;
        background-image: url(imgs/me.jpg);
        background-repeat: no-repeat;
        padding-left: 310px;
        text-align: justify;
}

.site_info {
        width: 49.5%;
        float: left;
        text-align: center;
        position: relative;
}

.site_para {
        padding-left: 10px;
        padding-right: 10px;
}

.sites {border: solid #FFCD35 1px;}
.sites:link, .sites:visited {border: solid #FFCD35 1px;}
.sites:hover, .sites:active {border: solid #F87805 1px;}

a {text-decoration: none;}
a:link, a:visited {color: #FFCD35}    
a:hover, a:active {color: #F87805}

h1 {
        font-size: 140%;
        margin-top: 10px;
        margin-bottom: 2px;
}

input, textarea {
        background-color: #FFCD35;
        position: absolute;
        left: 350px;
        color: black;
        width: 400px;
}

#error_name, #error_emailnone, #error_emailwrong, #error_subject, #error_message {
        display: none;
        color: #F87805;
        position: absolute;
        left: 760px;
}

.submit {
        width: 100px;
        left: 654px;
        top: 380px;
        font-weight: bold;
}
