body{
background-image: url(file:///Macintosh HD/Users/creativeinfluences/Desktop/new test/images/portfolio.jpg);
background-color:#252525;
background-repeat:no-repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main {
  position: absolute;
  left: 318px;
  top: 196px;
  width: 570px;
  height: 319px;
  z-index: 2;
  border:thin;
}

#footer {
  position: absolute;
  left: 318px;
  top: 541px;
  width: 570px;
  height: 190px;
  z-index: 3;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Sans-serif;
font-size: 12px;
letter-spacing: 2px;
color: white;
background-color:transparent;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #34AAE0;
background-color:transparent; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
letterspacing: 3px;
text-transform: uppercase;
font-family: Gill Sans, sans-serif;
border-bottom: 1px solid #dadada;
font-size: x-small;
}

.arrowlistmenu ul li a:visited{
color: #C2C2C2;
background-color: transparent;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #C0D742;
}

</style>
