*
{
margin: 0px;
padding: 0px;
background-color: #273E50;
}

			
#content{
	width: 800px;
	height: 600px;
	background-color: #273E50;
	margin: auto;
	position: relative;
	
	
}

#header {
	height: 198px;
	width: 800px;
	float: left;
	position: relative;
}

#header1 {
	height: 198px;
	width: 800px;
}

#logo {
	width: 288px;
	height: 198px;
	position: absolute;
	background-image: url(images/logointro.jpg);
	background-repeat: no-repeat;
	margin-left: 256px;
	margin-right: 256px;
    top: 0px;
}

#leftlogo{
	width: 300px;
	height: 150px;
	position: absolute;
	top: 450px;
	float: left;
	left: 0px;
}

#rightlogo{
	width: 300px;
	position: absolute;
	height: 150px;
	left: 500px;
	top: 450px;
}

#leftlogoad{
	width: 300px;
	height: 49px;
	position: absolute;
	top: 400px;
	background-image: url(images/gb/gb_lgo.jpg);
	background-repeat: repeat;
}

#rightlogoad{
	width: 300px;
	position: absolute;
	height: 50px;
	left: 500px;
	top: 400px;
	background-image: url(images/wc/WorldCat_logo.jpg);
}
#text {
	height: 60px;
	width: 800px;
	left: 0px;
	top: 266px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	position: absolute;
}
#enter {
	height: 39px;
	width: 170px;
	position: absolute;
	left: 314px;
	top: 517px;
}
#footer {
	height: 60px;
	clear: both;
	padding-top: 5px;
	background: url(images/menu.gif) repeat;
}
