@charset "utf-8";
/* Sim-x produce */

body{
  margin:0;
  padding:header-<length> 0 footer-<length> 0;
 }
#header-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 90px;

}
 div#footer{
  position:relative;
  bottom:0;
  left:0;
  width:100%;
  height:footer-<length>;
 }
 
 * html body{
  overflow:hidden;
 } 
#container {
background-image:url(../pic/pic.gif);
width: 940px;
margin: 0 auto;
font-size: 1.4em;
 overflow: auto;
padding-top: 10px;
border-color:#333333;
border:thin;
border-style: solid;
}

 /*ROUNDED CORNERS WITHOUT IMAGES*/
.corners1 {
    width: 550px;
	height:250px;	 
    margin: 0px auto;
	background-image:url(../pic/main2.gif);
    background-repeat: repeat-x;
	background-position:bottom;
	color:#990000;
    padding:10px;
	padding-top:0.9px;
	
 
    /* Border Radius Style */
    border-radius: 15px;
 
    /* Mozilla Firefox Extension */
    -moz-border-radius: 15px;
}
/*ROUNDED CORNERS WITHOUT IMAGES*/
/*ROUNDED CORNES WITHOUT IMAGES*/
.corners {
    width:300px;
	 height:250px;
    margin: 0px auto;
	background-image:url(../pic/main2.gif);
    background-repeat: repeat-x;
	background-position:bottom;
	color:#990000;
    padding:10px;
	padding-top:0.9px;
	
 
    /* Border Radius Style */
    border-radius: 15px;
 
    /* Mozilla Firefox Extension */
    -moz-border-radius: 15px;
}
/*ROUNDED CORNERS WITHOUT IMAGES*/

 /*BACKGROUND*/
.back{
#alpha_2 {
background:url(../pic/pic.jpg);
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;

 }
  /*BACKGROUND*/
  /*EMAIL FORM*/
input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 150px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea {
	width: 150px;
	max-width: 200px;
	height: 50px;
	line-height: 50%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	}

.submit input {
	width: 5px;
	padding: 5px 10px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/*EMAIL FORM*/