body{
    background-color:rgb(200,200,200);
    margin:0;
    padding:0;
    font-family: sans-serif;
    color:rgb(50,50,50);
}

a{
    color:rgb(50,50,50);
    text-decoration: none;
}
a:hover{
    color:rgb(100,150,50);
}

#MAIN{
    background-color:rgb(255,255,255);
    width:1024px;
    margin:0 auto;
    border-top:30px solid white;
    border-left:20px solid white;
    border-right:20px solid white;
    border-bottom:20px solid white;
    text-align: center;
}
#CONTACT_ME{
    width:450px;
    margin:0 auto;
}
#LOGO{
    width:300px;
}
.line{
    margin:5px 0;
}
.subjectField{
    width:100%;
}

.messageField{
    width:100%;
    height:150px;
}

.sumbitLine{

}