/* screen.css - V 1.0 */

body {
	font-family: "AvantGarde Bk BT" Tahoma;
	font-size: 14px;
}

h1 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background-color: #ccc;
}

div#navigation {
	border-top: 2px solid #EF5D00;
	width: 760px;
}

div#center {
   position:absolute;
   left:50%;
   top:50%;
   height:600px;
   width:760px;
   margin-top:-300px;
   margin-left:-380px;
   /*border: 1px solid #cccccc;*/
   background-image: url(./images/bg.jpg);
   background-repeat: no-repeat;
}

p {
   padding: 5px;
}