@font-face {
    font-family: Gothical;
    src: url('/style/Gothical.ttf') format('opentype');
}
a{
    font-family: Gothical;
    font-size: 64px;
    text-decoration: none;
    color: #5aad41;  
}
body{
    background-color: #000000;
    background-image: url('/images/back.jpg');
    background-position: center;
    background-repeat: repeat-y;
}

h1 {
    font-family: Gothical;
    font-size: 52px;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #5aad41;
}

h6 {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: #5aad41;
}

input {
    width: 100%;
}

p{
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;  
}

select {
    width: 100%;
}
td {
    width: 266px;
    vertical-align: top;
    text-align: center;  
}

textarea {
    width: 100%;
    height: 50px;
}

#contact_left{
    width: 300px;
    height: 180px;
    float: left;
    text-align: right;
    vertical-align: top;
}

#contact_right{
    width: 500px;
    height: 180px;
    float: right;
    text-align: left;
    vertical-align: top;
}

#container_top {
    background: url('/images/cont_top.jpg') 0 100% no-repeat;
    height: 17px;
}

#container_middle {
    background: url('/images/cont_middle.jpg') 0 0 repeat-y; 
    margin: 0;
}

#container_bottom {
     background: url('/images/cont_bottom.jpg') 0 100% no-repeat;
     clear:both;
     margin:0 auto;
     display: block;
     height: 17px;
}
#footer {
    width:800px;
    margin:auto;
    text-align: center;
}

#header{
    width:800px;
    margin:auto;
}

#main {
    width: 800px;
    margin: auto;
}
