/* CSS Document */

body {
	font-family: verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color: #080211;
	background-image:  url(images/slice.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color:#fff;
	line-height:18px;
}

div.container{
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	width:900px;
	height:700px;
	margin:0 auto; 
	text-align:left; 
	position:relative;	

}

div.zoe{

	width:163px;
  position: absolute;
  top:95px;
  left:500px

}

div.contactzoe{
	width:163px;
position:absolute;
top:260px;
left:500px;
}

p{
color:#b7e736;
font-weight:bold;
margin:0px;
padding: 2px 0px 2px 0px;

}
a:link{
color:#fff;

}
a:visited{
color:#fff;
text-decoration:none;

}
a:active{

}
a:hover{
color:#b7e736;

}

div.footer{

	width:500px;

	margin:0 auto; 
	text-align:center; 
	color:#312e33;

}