@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align:center;
	background-image: url(../images/background-line.jpg);
	background-repeat:repeat-x;
	background-color:#a9bac3;
}

.header {
	margin: 18px auto 0 auto;
	background-image:url(../images/sc-logo.png);
	width: 450px;
	height:180px;
}

.buttonBar {
	margin: 100px auto 0 auto;
	width: 800px;
	height: 197px;
	text-align:center;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

a{
	color: #43769C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration:none;
}

.text{
	color: #43769C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	margin: 0px auto 10px;
	width: 820px;
}

.copyright{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	right: 5px;
	width: 300px;
	margin-bottom:5px;
	z-index: 99999;
	vertical-align:right;
	color: #43769C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
}