		@import url("reset.css");
		
		p { margin-bottom: 10px; }
		strong { font-weight: bold; }
		h2 { font-size: larger}
		h3 { font-size: inherit}
		h3 { background-color: #800d0d; width: 280px;}


		h1 a{

			}

		body {
			background-color: #ed1c24;
			margin: 0px;
			padding: 0px;
			font: 10px/12px georgia, serif;
			color: black;	
				}

		#online_soon {
			position: absolute;
			margin-top: 30px;
			top: 0;
			left: 0;
			z-index: 100;
			}

				
		#wrapper {
			margin: 0px auto;
			width: 800px;
					}
					
		#Logo {
			margin-top: 135px;
			width: 800px;
			float: none;
					}
					
			#Logo #Logopic {
				margin-left: 350px;
							}
							
			#Logo #Logotext {
				margin-left: 290px;
				margin-top: 10px;
							}
							
		#LastTweetBox{
			background: #800d0d;		
			width: 485px;
			height: 23px;
			margin-top: 55px;
			margin-left: 150px;
			font-size: 16px;
			padding-left: 15px;
			padding-top: 7px;
			color: white;
					}
					
		#instructions {
			font-size: 12px;
			margin-top: 76px;
			background-image: url(images/BackgroundGrad.png);
			height: 169px;
			background-repeat: repeat-x;
			overflow: auto;			
					}
					
			#instructions #wrapper2 {
				margin: 0px auto;
				width: 800px;
						}
					
			#instructions #wrapper2 #text {
				width: 700px;
				margin-left: 150px;
				margin-top: 31px;
				color: white;
								}
								
			#instructions #text a:link {text-decoration: none; color: yellow}
			#instructions #text a:visited {text-decoration: none; color: yellow}			
			#instructions #text a:hover {text-decoration: none; color: #800d0d}
			
			
