body {
    font: 10px "Lucida Grande", Arial, sans-serif;
    color: #669999;
    text-decoration: none;
    background: #080808 url(images/stripes.png);
    border: 0;
    padding: 0;
}

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

a:hover {
    color: #FFCC33;
    text-decoration: none;
}

/* --- */

#main {
	background: #080808;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 0 0;
}

#header {
    background: url(images/ss-header.png) no-repeat;
    width: 750px;
    height: 192px;
    margin-right: auto;
    margin-left: auto;
}

#front {
    background: url(images/ss-front.png) no-repeat;
    width: 750px;
    height: 363px;
    margin: 10px auto;
}

#works {
	margin: 0px auto;
}

#works img {
	margin: 12px;
}

#works a img{
border: 3px solid #FFCC33;
}

#works a:hover img {
border-color: #669999;
}

#animation, #news, #about, #posts {
	display: block;
    position: relative;
	background-color: #336699;
    overflow: hidden;
}

#animation {
	top: 40px;
    left: 64px;
}

#animation img {
	margin: 4px;
}

#news {
	top: -100px;
	left: 447px;
}

#news a, #posts a {
color: #FC3;
}

#news a:hover, #posts a:hover {
color: #FFF;
}

.light {
background-color: #4a7aa2;
}

#news p {
margin:0;
padding:2px;}

#about {
	width:60px;
	height:60px;
    top: -15px;
    left: 677px;
  }

#about a img {
    border: 2px solid #FFCC33;
    margin: 0;
    padding: 0;
  }

#about a:hover img {
    border-color: #669999;
  }

#posts {
    top: -135px;
    left: 96px;
}

#posts p {
margin:2px;
}

/* --- */

#footer {
    background-color: #080808;
    line-height: 20px;
    margin: 0 auto;
	width: 770px;
	padding-bottom:15px;
  }


#footer span {
    margin-left: 10px;
  }

#skull, #logo, #feed {
    position: relative;
    top: 4px;
  }

.buttons {
    display: inline;
    margin-left: 9px;
  }


.buttons a img {
    border: none;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: 4px;
  }

.license {
    display: inline;
  }


.license a {
    background: none;
    text-decoration: none;
    color: #669999;
    padding: 0;
  }


.license a:hover {
    color: #FFCC33;
  }

