﻿/*////////////  MAIN CONTENT  //////////////////*/
#container
{
height:1135px;
}

#contentDiv
{
height:735px;
}

#descriptionSection #development 
{
top:571px;
}

#descriptionSection ul
{
top:606px;
}

#descriptionSection a
{ 
display:block;
background:url(../graphics/siteAssets/download.png) no-repeat;
height:32px;
width:175px;
margin:50px 0px 0px 12px;
}

#descriptionSection #noDownload
{ 
display:block;
background:url(../graphics/siteAssets/noDownload.png) no-repeat;
height:32px;
width:175px;
margin-bottom:15px;
}

#graphicsHolder
{
background: #0a0a0a; /* Old browsers */
background: -moz-linear-gradient(top, #0a0a0a 39%, #191919 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0a0a0a), color-stop(99%,#191919)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* IE10+ */
background: linear-gradient(to bottom, #0a0a0a 39%,#191919 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#191919',GradientType=0 ); /* IE6-9 */

background-color:#0a0a0a;
border-color:#3c3c3c; 
border-style:none none solid none;
border-width:1px;
height:710px;
width:600px;
}

#artwork
{
height:680px;
width:590px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
box-shadow: 3px 3px 8px #000; 
}

