/* CSS Document */

@font-face {
    font-family: 'AVANT';
	src:url('../FONT/AVANT.eot?#iefix') format('embedded-opentype'), 
        url('../FONT/AVANT.woff') format('woff'),
		url('./FONT/AVANT.svg#svgFontName') format('svg'),
		url('../FONT/AVANT.ttf') format('truetype');
}

body {
	background-image:url(../WALLPAPERS/wall1.jpg);
	/*overflow-x:hidden;	*/
}

#container {
	width:100%;
	max-width:650px;
	margin: 0 auto;
	top:0px;
	height:100%;

}

#content {
		margin-left:-8px;
}

#header {
	padding-top:60px;
	height:100px;
	text-align:center;
}

#footer {
	bottom:0px;
}

#logo {
	position:relative;
	width:100%;
	max-width:240px;
}


h1 {
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	font-family:AVANT;
}

.input {
	position:absolute;
	width:100%;
	max-width:650px;
	border-style:none;
	padding:3px;
	font-family:AVANT;
}

.inputcontent {
	position:absolute;
	width:100%;
	max-width:650px;
	/*height:50%;*/
	height:350px;
	resize:none;
	border-style:none;
	padding:3px;
}

textarea {
	font-family:AVANT;
	font-size:13px;
}

#send {
	position:relative;
	width:100%;
	max-width:656px;
	top:335px;
	background-color:transparent;
	border-color:#FFF;
	border-style:solid;
	padding:1px;
	color:#FFF;
	font-size:13px;
}

#send:hover{
	cursor:pointer;
}

#contact {
	position:relative;
	top:360px;
	text-align:center;
	font-size:15px;
	text-decoration:none;
	color:#FFF;
	font-family:AVANT;
}



