@charset "utf-8";
/* CSS Document */

* {padding:0px; margin:0px;}

#container{
width:1024px;
margin: 0 auto;
}

#header{
width:1024px;
height:189px;
background-image:url(images/header.gif);
}

#nav{
	width:945px;
	height:30px;
	background-color:#365e9b;
	margin-left:37px;
	position:relative;
}

#body{
width:1024px;
min-height:260px;
background-image:url(images/body.gif);
}

#footer{
width:1024px;
height:93px;
background-image:url(images/footer.gif);
position:absolute;
}

textarea{width: 400px; height:300px;}