body { font-family: Helvetica;
background: #3b0ab5;
color: #e80f2d;
letter-spacing : 0.3em;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-image: url(tech1.png);
background-repeat: no-repeat;
}

#nav 
{ 
background-image: url("/transp.png");
    width: 900px;
    border:2px dashed black;
    text-align: center;
    margin: 20px auto;
    
    }

#amazon{
height:15px;
width: 15px;
}

#nav img{
border:0px;}

#content{
 background-image: url("/transp.png");
    width: 900px;
    border:2px solid white;
	margin: 25px auto;
	height : 100%;
    min-height: 900px;
     }

h1 {
	font-size : 25px;
	color: #3b0ab5}
	
p {
color : #3b0ab5;}
	
a:link { color: #3b0ab5; text-decoration:none; font-weight:bold; }
 a:visited { color: #3b0ab5; text-decoration:none; font-weight:bold; }
 a:focus { text-decoration:underline; }
 a:hover { text-decoration:underline; }
 a:active { text-decoration:underline; }

	