@import	url('reset.css');

html{
	background: #000;
}

body{
	text-align:center;
}

#container{
	position:relative;
	margin:50px auto;
	text-align:left;
	width:690px;
	height: 430px;
}

h1{
	text-indent:-1000em;
	left:0;
	top:100px;
	position:absolute;
	width:533px;
	height:325px;
	background: url('../images/logo.gif') left top no-repeat;
}

p{
	text-indent: -1000em;
	position:absolute;
	width:287px;
	height:50px;
	background: url('../images/copy.gif') left top no-repeat;
}

dl{
	top:100px;
	right:0;
	width:148px;
	height:131px;
	position:absolute;
	text-indent:-1000em;
	background: url('../images/contact.gif') left top no-repeat;
}

a{
	display:block;
	position:absolute;
	height:13px;
}

p a{
	width:65px;
	top: 32px;
	left:102px;
}

dl dd#email a{
	width:130px;
	top: 98px;
	right:0px;
}

dl dd#website a{
	width:130px;
	top: 118px;
	right:15px;
}