* {
	margin:					0;
	padding:				0;
	border:					0;
}

a:hover {
    color:#66a809;
}

body {
    background-color:#393939;
}

a {
    font-family:Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    font-weight:normal;
    font-size:12pt;
    text-decoration:none;
    color:#880503;
    }
    
h1 {
    font-family:Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    font-weight:normal;
    font-size:18pt;
    text-decoration:none;
    padding-top:20px;
    padding-bottom:10px;
    margin-left:-9px;
    }
    
#wrapper {
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    width:775px;
    height:700px;
    position:relative;
    
}

#software {
    padding-bottom:20px;
    padding-left:40px;
    border-bottom:1px solid #66a809;
}

#utilities {
    padding-bottom:20px;
    padding-left:25px;
    border-bottom:1px solid #66a809;
}


#other {
    padding-left:25px;
    margin-bottom:20px;
}

#other2630 {
    padding-left:25px;
    margin-bottom:20px;
    border-bottom:1px solid #66a809;
}

#directionsA {
    border:1px solid #66a809;
    position:absolute;
    left:400px;
    top:190px;
    padding:10px;
    font-family:Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    background-color:#e6e6e6;
    border-radius:10px;
    line-height:140%;
}

#directions {
    border:1px solid #66a809;
    position:absolute;
    left:300px;
    top:370px;
    padding:10px;
    font-family:Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    background-color:#e6e6e6;
    border-radius:10px;
    line-height:140%;
}
#logo {
    height:85px;
    width:222px;
    position:absolute;
    top:25px;
    left:25px;
}

#header {
    width:775px;
    height:130px;
    border-bottom:2px solid #66a809;
}

#screenshot {
    width:161px;
    height:100px;
    position:absolute;
    top:17px;
    left:560px; 
}

#content {
    border-radius:10px;
    width:775px;
    border:2px solid #66a809;
    background-color:white;
}
 .text {
    line-height:180%; 
 }
 
    