body{
	background: url("images747-8.jpg") no-repeat;
	background-size: 100%;
}

#navbar {
	position: fixed;
	top:10px;
	left:50%;
	margin-left:-254px;
}

#header {
	position: relative;
	top: -10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

ul{
	list-style-type: none;
	position: relative;
	margin: -10px;
}	

li {
	display: inline;
	border: 2px solid #0E3194;
	font-family: Futura, Tahoma, sans-serif;
	color: #000000;
	padding: 5px;
	border-radius: 5px 5px;
}

img {
	hieght:100px;
	width:18%
}

a {
    text-decoration: none;
    color: #0E3194;
    font-family:tahoma;
}

a:hover{
	background-color: #0E3194;
	color: white;
}
#right{
	width: 50%;
	float: right;
}

table {
	border: #0E3194 1px solid;
	float: right;
	margin-right: 7px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 515px;
	height: 550px;
	background-color: #00B7E2
}

td {
	height: 75px;
	width: 75px;
}

td img {
	height: 150px;
	width: 150px;
	box-shadow: none;
}

th {
	font-family: Tahoma;
	font-size: 1em;
	font-weight: normal;
	color: #000000
}

#bottom_left{
	border-bottom-left-radius: 20px;
}

#bottom_right{
	border-bottom-right-radius: 20px;
}

iframe{
	top: 100px;
	position: absolute;
}

#video{
	bottom: 150px;
	position: absolute;
	left: 600px;
}

