   /**
 * style.css
 * This is the stylesheet for Julia's Junkyard.
 */
 
 div#main {
	position: relative;
	left: -70px;
	top: 0px;
	right: 0px;
	align: center;
	vertical-align: center;
	padding: 0px;
	/* border: 1px solid #72828b; */
	margin: 0px;
	width: 758px !important;
	width: 760px;
	/*height: 500px!important;
	//height: 90px;*/
}




#background{ 
    text-align: left;
    width:861px;
    height: 559px;
     	font-family: verdana;
   	font-size: 8pt;
   	 background: url(images/sample.jpg) no-repeat scroll left top;
   	}

#content{ 
    position: relative;
    text-align: center;
    top: 100px;
    width: 600px;
    left: -50px;
   	font-family: verdana;
   	font-size: 7pt;
   	color: #ffffff;
}

#content2{ 
    position: relative;
    text-align: center;
    top: 80px;
    width: 600px;
    left: -30px;
   	font-family: verdana;
   	font-size: 7pt;
   	color: #ffffff;
}

#video{ 
    position: relative;
    top: 20px;
   	font-family: verdana;
   	font-size: 7pt;
   	color: #ffffff;
}

body{
   background-color: #000000;
    padding: 0px;
    margin: 0px;
    font-family: verdana;
    font-size: 7pt; 
    color: #333333;
}



h1{
	font-family: verdana;
    font-size: 7pt; 
    color: #FF0000;
    text-align: left;
    font-weight: 700;
    line-height: 1;
}

h2{
	font-family: verdana;
    font-size: 7pt; 
    color: #FF0000;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}



a{
    font-family: verdana;
    font-size: 8pt;
    color: #ffffff;
    background-color: transparent;    
}

a.link:link{ 
    text-decoration: none;
    font-family: verdana;
    font-size: 11pt;
    color: #ffffff;
    background-color: transparent;
}
    
a.link:visited{
    text-decoration: none; 
  font-family: verdana;
    font-size: 11pt;
    color: #ffffff;
    background-color: transparent;
}
    
a.link:active { 
    text-decoration: none;
  font-family: verdana;
    font-size: 11pt;
    color: #ffffff;
    background-color: transparent;
}
    
a.link:hover { 
    text-decoration: none;
     font-family: verdana;
    font-size: 11pt;
    color: #666666;
    background-color: transparent;
}

a.small:link{ 
    text-decoration: none;
    font-weight: normal;
    font-family: verdana;
    font-size: 7pt;
    color: #666666;
    background-color: transparent;
}
    
a.small:visited{
    text-decoration: none; 
    font-weight: normal;
    font-family: verdana;
    font-size: 7pt;
    color: #666666;
    background-color: transparent;
}
    
a.small:active { 
    text-decoration: none;
    font-weight: normal;
    font-family: verdana;
    font-size: 7pt;
    color: #cccccc;
    background-color: transparent;
}
    
a.small:hover { 
    text-decoration: none;
    font-weight: normal;
    font-family: verdana;
    font-size: 7pt;
    color: #ffffff;
    background-color: transparent;
}

    