@charset "utf-8";
/* CSS Document */
body, html {
background-color:#000000;
padding:0px;
margin:0px;
}
.container {
width:890px;
padding:0px;
display:block;
margin:auto;
position:relative;
background-color:#FF0000;

}
#homeCont {
	background:url(ashleywing.gif) no-repeat;
	height:655px;
}
#homeLink {
	position:absolute;
	width:330px;
	height:60px;
	top:0px;
	left:10px;
}
#cifLink {
	position:absolute;
	width:260px;
	height:20px;
	top:80px;
	left:500px;
}
#contact {
	position:absolute;
	top:80px;
	left:790px;
	width:85px;
	height:20px;
	}

