* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
}
/* end hide */
body {
background-color: #999;
text-align:center;
min-height:468px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 250px;
}
#welcome {
width: 686px;
background: #fff url(welcome.jpg) 0 0 no-repeat;
height: 342px;
text-align: center;
margin-left:auto;
margin-right:auto;
border:5px solid #fff;
position: relative;
}

h1, h2 {
	display: none;
}
ul {
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
ul li {
	display: inline;
}
li a {
	background: #fff;
	color: #366;
	padding: 4px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: none;
}
li a:hover {
	background: #fc0;
	color: #366;
	padding: 4px 15px 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	text-decoration: none;
}