@charset "UTF-8";
/* CSS Document */
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a,a img { border:none; border-style: none; } /* Gets rid of IE's blue borders */
a:active{outline: none;}

a,
a:active,
a:visited						{border-style: none; border: none; outline: none; outline-style: none;}


/*------------------------------------BASIC-CSS---------------------------------*/



body {

	background-color: #666666;

}


#wrapper {
	background-repeat: no-repeat;
	height: 762px;
	margin: 0 auto;
	width: 1024px;
	background-color: #666666;
}

.buttons {

	padding-top: 35px;

}

.buttons a{

	padding: 0px;
	border: none;

}

.silentbuttons {

	padding-top: 35px;
	height:240px;
	
}



/*------------------------------------CONTACT-CSS---------------------------------*/




.contact{

	background-color: #666666;

	background-image: url(images/contactBackground.jpg); 

}



/*------------------------------------SILENT-CSS---------------------------------*/



.silent {

	background-image: url(images/silentBackground.jpg); 	

}

#wrapper.silent #content {
	
	padding-left: 200px;
	padding-top: 150px;

}

#content a{
	
	padding:25px;

}



/*------------------------------------MOVING-CSS---------------------------------*/



#wrapper.moving {
	display:block;
	background-image: url(images/movingBackground.jpg); 
	background-repeat: no-repeat;
	height: 1200px;

}	

#wrapper.moving #content {
	width: 600px;
	height:800px;	
	padding-top: 100px;
	margin: 0 auto;

}

#wrapper.moving #content object {
	display:block;
	padding-bottom: 50px;
	margin: 0 auto;

}




/*------------------------------------WELCOME-CSS---------------------------------*/



.welcome {

	background-image: url(images/welcomeBackgroundFinal.jpg); 	

}

#buttons.welcomeButtons {

	padding-top: 400px;
	padding-left: 220px;

}


















