@charset "UTF-8";
/* CSS Document */
html {
    height: 100%;
}

body {
	background: #FFF;
	height: 100%;
    margin: 0;
    padding: 0;

	}
a {
	color:#666;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
a:hover{
	color:#a52935;
	}

#centerwrap{
	width: 826px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
	background: url(logo.jpg) no-repeat center;
	position:relative;
	}
	
#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}

#link1 {
	position:absolute;
	bottom:0px;
	left:0px;
	float:left;
	margin-left:55px;
	margin-bottom:40px;
	border-right: 2px solid #666;
	padding-right:5px;
	}
	
#link2 {
	position:absolute;
	float:right;
	bottom: 0px;
	right:0px;
	margin-right:55px;
	margin-bottom:40px;
	padding-left:5px;
	border-left: 2px solid #666;
	}
	
	
	
	
	
	
	