@charset "UTF-8";
/* CSS Document */

*{
list-style:none;
font-family: Georgia;
font-size:11px;
font-variant: small-caps;
letter-spacing: 1px;
color:#606060;
line-height: 14px;
font-weight: 800;
}

a{
text-decoration: none;
color:#a0a0a0;
}


body{
background-color:#202121;
}

#container{
width:972px;
  margin-left: auto ;
  margin-right: auto ;
}

#logo{
background-image: url("img/logo.jpg");
width:152px;
height:202px;
margin-top: 30px;
margin-bottom: 30px;
}

#items{
margin-left:152px;
margin-right:152px;
}

.item{
margin-right:12px;
margin-right:12px;
width:152px;
float:left; 
}



.image1{
background-image: url("img/portfolio.jpg");
height:36px;
width:152px;
margin-bottom:10px;
}

.image2{
background-image: url("img/currently.jpg");
height:36px;
width:152px;
margin-bottom:10px;
}

.image3{
background-image: url("img/social.jpg");
height:36px;
width:152px;
margin-bottom:10px;
}

.image4{
background-image: url("img/contact.jpg");
height:36px;
width:152px;
margin-bottom:10px;
}


