/* Ryder Cup 2004 Splash Page CSS
--------------------------------- */

html,body {
	margin:0;
	padding:0;
	background-color:#F5F3EC;
}
a img {border:0;}
img {border:0;}

/* IE 5 mac stuff */
#container {
	background-color:transparent;
    position:absolute;
    top:75px;
    left:0;
}
/* following rules are invisible to IE 5 mac \*/
#container {
    top:50%;
    left:0;
    width:100%;
    margin-top:-200px;
    text-align:left;
    min-width:900px; 
}
/* end IE 5 mac hack */ 
#contentwrap {
    position:relative;
    text-align:left; 
    margin:0;
    padding:4px 0;
    border-top:1px solid #A8A392;
    border-bottom:1px solid #A8A392;
}
#content {
	background:#3058A3;
	width:100%;
    height:231px;
    position:relative;
	overflow:hidden;
    border-bottom:4px solid #686353;
	}
#footer {
	position:relative;
	margin:8px 0 0 8px; 
}
