/* WWW.MEAWEB.COM CONF MAIN*/

body { 
	margin:0px;
	padding:0px;
	border: 0px; 
	font-family : Arial,Verdana,Helvetica,sans-serif;
	background-image:url(../gfx/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #ffce8f;
	height:100%;
}

html {
height: 100%
}

#header1{
	margin: 0px;
	height:20px;
	min-height:20px;
}

#header2{
	background-image:url(../gfx/top2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:162px;
	min-height:162px;
}

#content {
	margin: 0px;
	width:960px;
	background-image:url(../gfx/content.png);
	background-repeat:repeat-y;
	overflow:hidden;
}


#footer {
	margin: 0px auto;
	width:960px;
	height:307px;
	min-height:307px;
	max-height:307px;
	background-image:url(../gfx/footer.png);
	background-position:top;
	background-repeat:no-repeat;
}

textarea {
	background-color:#FFF;
	}

textarea#styled {
	width: 320px;
    height: 180px;
	resize: none;
	border-bottom-color:#CCC;
	border-right-color:#CCC;
}

p {
	margin:0;
}