/*Main*/
html, body {
height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#outer{
	width: 100%;
	display: table;
	vertical-align: middle;
	height: 100%;
}
.container {
position: relative;
vertical-align: middle;
display: table-cell;
height: 560px;
}
.inner {
	width: 950px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
body, ul, li, p, td ,tr{font-family: MS Sans Serif; font-size: 8pt}

/*Link*/
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover{
	text-decoration: underline;
	font-weight: bold;
}