body{
	margin:0px;padding:0px;top:0px;left:0px;
	height: 100%;
	width:100%;
	position: absolute;
	margin-top:10px;
	background-attachment:fixed;
	background-image:url(../img/bgstripes.gif);
	text-align: center;
	font-family: sans-serif;
}
#main{
	margin-right:auto;
	margin-left:auto;
        margin-bottom: 5px;
	width:780px;
	overflow:visible;
	padding:2px;
	text-align: center;
	background-color: #FF9595;
	border: 1px solid white;
}
#header{
	height: 140px;
	width: 780px;
        text-align: center;
	position:relative;
	background-color: #FF9595;
        padding-top: 1px;
        color: white;
}
#links{
	text-align: center;
}

