* { margin:0;padding:0; }

/* mac hide \*/
html,body{ height:100%;width:100%; }
/* end hide */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #83aada url('images/bg_cs.jpg') repeat-x;
	text-align:center;
	min-height:268px;/* for good browsers */
	min-width:552px;/* for good browsers */
}


/* The body */
#outer{
	height:100%;
	width:100%;
	display:table;
}
#container {
	text-align: center;
	position:relative;
    display:table-cell;
	height: 100%;
} 
#inner{
	width: 695px;
	height: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#outer #container #inner #content {
    margin-top: 90px;
}

#outer #container #inner #content img {
/*    margin-bottom: 20px;*/
}

#outer #container #inner #content p {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

#outer #container #inner #content h1 {
    margin-top: 20px;
    font-size: 25pt;
    letter-spacing: 6px;
    color:#093359;
}

