html { 
	background: url(img/bg_blue_sat_soft_1366x768.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* * * * * * * * * * * * * * * */
/*           Wrapper            */
/* * * * * * * * * * * * * * * */

#wrapper {
	width: 750px;
	margin: auto;
}

#logo {
	width: 100%;
	margin: 0 auto;
}

#logo img {
	width: 100%;
	margin: 0 auto;
}

/* * * * * * * * * * * * * * * */
/*           Menu              */
/* * * * * * * * * * * * * * * */

#menu ul{
	position: relative;
	width: 75%;
	top: 0;
    float: right;
	margin-left: 15px;
	}
 
#menu ul li{
	margin-left: 5px;
	margin-right 5px;
    display: inline;
    padding: 3px 0px 3px 3px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #0955A3;
	text-align: center;
	}

#menu ul li a {
    text-decoration: none;
}

#menu ul li a:hover {
    background-color: #0955A3;
	color: white
}




/* * * * * * * * * * * * * * * */
/*          Content            */
/* * * * * * * * * * * * * * * */

#content {
	width: 710px;
	padding: 20px 20px 20px 20px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	top: 20px;
}

#content h1 {
	font-size: 36px;
	font-weight: bold;
    color: #0955A3;
	text-align: center;
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
    color: #0955A3;
	text-align: center;
}

#content p {
	font-size: 14px;
	font-weight: normal;
    color: #0955A3;
	text-align: justify;
}

#content .titleCenter {
	font-size: 16px;
	font-weight: bold;
    color: #0955A3;
	text-align: center;
}

#content table tr td {
	font-size: 14px;
	font-weight: normal;
    color: #0955A3;
	text-align: left;
}

#content td .timeRight {
    font-weight: bold;
	test-align:right;
}

/* * * * * * * * * * * * * * * */
/*           Footer            */
/* * * * * * * * * * * * * * * */

#footer {
	width: 710px;
	top: 35px;
	padding: 5px 20px 5px 20px;
	position: relative;
	float: left;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
    color: #0955A3;
}
