* { margin:0;padding:0;border:0; }

html,body {
    width : 100%;
    height : 100%;
    background-color : #AB381D;
    text-align : center;
}

#body {
    width : 760px;
    height : 520px;
    position : relative;
    margin : 0 auto;
	position : absolute;
	top : 50%;
	left : 50%;
    margin : -260px 0 0 -380px;
	font : normal 13px "Trebuchet MS";
	color : #FFF;
}

#line {
	position : absolute;
	top : 44px;
	left : 12px;
}

#logo {
	position : absolute;
	top : 383px;
	left : 53px;
}

#title {
	position : absolute;
	left : 54px;
	top : 66px;
	font : bold 26px "Trebuchet MS";
	color : #FEE600;
}

#txt {
	position : absolute;
	left : 54px;
	top : 100px;
	font : normal 13px/20px "Trebuchet MS";
	color : #FFF;
	text-align : left;
}

#foot {
	position : absolute;
	left : 54px;
	top : 464px;
	font : normal 11px/16px "Trebuchet MS";
	color : #FFF;
	text-align : left;
}

#foot a {
	text-decoration : none;
	color : #FFF;
}

#input {
	display : block;
	width : 186px;
	height : 17px;
	padding : 7px 3px 5px 3px;
	position : absolute;
	top : 270px;
	left : 54px;
	border : 1px solid #E7C7BF;
	background-color : #AB381D;
	font : normal 14px/15px "Trebuchet MS";
	color : #FFF;
}

#button {
	position : absolute;
	top : 270px;
	left : 247px;
	height : 29px;
	width : 57px;
	background-color : #FEE600;
	border-top : 1px solid #C87612;
	border-right : 1px solid #C87612;
	border-bottom : 1px solid #C87612;
	font : bold 14px/28px "Trebuchet MS";
	color : #999;
	text-decoration : none;
}


