body{
  margin:0;
  padding:80px 0 0 0;
}
a:focus{
	outline:none;
	}
div#container_main {
    width: 100%;
}
div#content_container {
    height:100%;
    width: 900px;
    margin: 0px 0 0 0;
    margin-left: auto;
    margin-right: auto;
} 
.project {
    padding: 16px 0 0 0;
    z-index: 0;
}
#slogan {
    padding-top: 24px;
	height:316px;
}
#video {
 	float:left;
	width:382px;
	height:316px;
	margin-right:24px;
}
#sloganBox {
	float:left;
	width:493px;
	height:290px;
}

/* HEADER */
div#header_container {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background-image: url(/app/images/header_background.png);
    background-repeat: repeat-x;
    z-index: 0;
}
div#header_content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
}
div#header_content a {
    text-decoration: none;
    z-index: 1002;
}

div#header_content .btn {
    position: relative;
    top: -31px;
    right: -100px;
	padding:5px;
	padding-top:10px;
	background: url(../images/btn/separator.png) no-repeat right -6px;
}
div#header_content .btn img {
	margin-top:5px;
	}

	
/* FOOTER */
div#footer_container {
    margin: 37px 0 0 0;
    position: absolute;
    left: 0;
    width:100%;
    height:193px;
    background-image: url(/app/images/footer_background.png);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
}
div#footer_content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
div#footer_content_copy {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	font-size: 10px;
	color:#999999;
	

}
div#footer_content_copy #copy {
    position: relative;
    left: 0px;
    top: -10px;
}
div#footer_content_copy #mid_logo {
    position: relative;
    right: -528px;
    top: 0px;
}
div#contact_form {
    background: url(/app/images/form_bkgr.png);
    width: 603px;
    height: 426px;
    position: fixed;
    top: 160px;
    left: 28%;
    z-index: 1100;
    font-family: Verdana;
    color: #fff;
    font-size: 10px;
}
div#contact_form #close {
    position: relative;
    top: 10px;
    left: 580px;
}
div#contact_form #frm_write_us_en {
    position: relative;
    top: 52px;
    left: 150px;
}
div#contact_form #err_msg {
    color: #f00;
    font-size: 15px;
    text-align: right;
    position: relative;
    top: 32px;
    right: -324px;
    width: 190px;
}
div#contact_form table {
    position: relative;
    left: 40px;
    top: 40px;
}
.label {
    text-align: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.top {
    vertical-align: top;
    padding: 4px 0 0 0;
}
.input_text {
    width: 365px;
    height: 20px;
    font-size: 16px;
    font-family: Arial;
    color: #4f4f4f;
}
#message {
    font-size: 16px;
    font-family: Arial;
    color: #4f4f4f;
    width: 369px;
    height: 120px;
}
#addToMailing {
    margin: 10px 0 0 148px;
}
#send {
    position: relative;
    bottom: 35px;
    right: -418px;
    width: 100px;
    text-align: right;
}
#sent_to {
    font-family: Verdana;
    font-size: 10px;
    position: relative;
    bottom: -56px;
    left: 10px;
    color: #4f4f4f;
}

span.all{
  display:block;   
}

span.ie6{
   display:none;   
}

form table{
   margin-bottom:20px;   
}
