/*
Elements --------------------------------------- */
html, body{
	position:relative;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	background-color:#fff;
}
a,
a:link,
a:hover,
a:active,
a:visited{
	color:#1C6DA5;
	text-decoration:none;
}
a:hover,
a:active{
	text-decoration:underline;
	color:#7EB0D6;
}

/*
IDs --------------------------------------- */
#page{
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}
#main{
	width:770px;
	height:auto !important;
    height:100%;
	min-height:100%;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
	background-color:#fff;
	background-image:url(/imgs/bg.jpg);
	background-repeat:repeat-y;
}
#foot{
	position:absolute;
	bottom:1px;
	height:51px;
	width:100%;
	font-weight:700;
}
#foot .left,
#foot .right{
	width:19px;
	height:52px;
	display:block;
	background-image:url(/imgs/foot-bg-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left:0;
	top:0;
}
#foot .right{
	background-image:url(/imgs/foot-bg-right.jpg);
	left:auto;
	right:0;
}
#foot .center{
	background-image:url(/imgs/foot-bg-center.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	position:absolute;
	top:0;
	left:19px;
	width:752px;
	height:52px;
}
#foot #txt1,
#foot #txt2{
	position:absolute;
	top:10px;
}
#foot #txt2{
	right:0;
	text-align:right;
}

/*
Classes --------------------------------------- */
.errMsg{
	margin:20px 0;
	text-align:center;
	width:100%;
}
.errMsg p{
	color:#444;
	padding:10px;
	margin:0 auto;
	width:400px;
	background-color:#FFCEC1;
	border:2px solid red;
	font-weight:700;
}