           /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
            
        
            
/* My CSS Starts Here */
            
            
                       
            a {
                
                text-decoration: none;
              
            }
            
            a:link {
                
                
               color: #344743; 
                
            }
            
            a:visited {
                
                color:#483279;
                
            }
            
            a:hover {
                  
                text-decoration: underline;
                color:#198DBA;
               
            }
                     
            #header {
                
                position:absolute;
                background-color:#F4F4F4;
                width:1420px;
                height:425px;
                z-index:1;  
                padding-top:25px;
                padding-bottom:15px;            
            }
            
            #header-image {
                
                position:absolute;
                left:426px;
                top: 10px;
                z-index: 2;
                padding-top:35px;
                
            }
            
            #tagline {
                
                background-color:#F4F4F4;
                width:1420px;
                position:absolute;
                top:457px;
                font-size:127%;
                padding-top:15px;
                padding-bottom:20px;
                
           
            }
            
            #trackone {
                
                position:absolute;
                left:560px;
                top: 544px;
                line-height: 2;  
            }
            
            #tracktwo {
                
                position:absolute;
                left:560px;
                top: 664px;
                line-height: 2;   
            }
            
            #trackthree {
                
                position:absolute;
                left:560px;
                top: 784px;
                padding-bottom: 100px;
                line-height: 2;  
            }
            
            #trackfour {
                
                position:absolute;
                left:560px;
                top: 904px;
                padding-bottom: 100px;
                line-height: 2;  
            }

			
			#trackfive {
                
                position:absolute;
                left:560px;
                top: 1024px;
                padding-bottom: 100px;
                line-height: 2;  
            }


            #passwordinput {
                
                background-color:#F4F4F4;
                width:200px;
                position:absolute;
                top:891px;
                left:593px;
                padding-top:20px;
                padding-bottom:20px;
                padding-left:20px;
                padding-right:20px;
                line-height: 1.5;
            }
            
            #footer {
                
                background-color:#F4F4F4;
                width:1420px;
                position:absolute;
                top: 1200px;
                padding-bottom:45px;
                padding-top:35px;
                
            }
            
            #copyright {
                
                background-color:#F4F4F4;
                width:1420px;
                position:absolute;
                top: 1259px;
                padding-bottom:25px;
                padding-top:35px;
                
            }   
            
            p {
                 
                font-family: 'Fjalla One', sans-serif;
                    
            }
            
            h3 {
                  
                font-family: 'Fjalla One', sans-serif;
                
                
            }
            
            .centered {
                
                
                text-align: center;
                   
            }
            
            .centered-smaller {
                 
                text-align: center;
                font-size: 85%;
            }
      
            body {
                
                margin:0;
                padding:0;
                background-color:#F0F0F0; 
            }