@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
a img{
	border:none;
}
img, div { behavior: url(iepngfix.htc) }
html, body{
	background:#313233 url(../images/background.jpg) repeat-x top center;
	height:100%;
}
#wrapper {
	height:100%;
}
#wrapper td{
	padding:15px 0 0 15px;
}
#container{
	width:1019px;
	height:576px;
	background:#fff;
	position:relative;
}
.alignLEFT{
	position:absolute;
	top:0px;
	left:0px;
}
.mainBtn{
	position:absolute;
	bottom:0px;
	left:0px;
}
.capeltaLogo{
	position:absolute;
	bottom:-50px;
	left:0px;
}
.msg{
	font:bold 14px "Eurostile", Arial, sans-serif;
	color:#333;
	
	position:absolute;
	top:150px;
	left:450px;
}
.sc{
	color:#009900;
}
.er{
	color:#990000;
}