
	
	body {
			margin: 0;
			text-align:center;
			vertical-align:middle;
		}

		#header {
			height:140px;
			width:100%;
		}

		#column {
	
			width:60%px;
			height:100%;
			
		}
		#bar {
			background-image:url(Assets%20phodog/backgrounds/gradbar.png);
			background-repeat:repeat-x;
		}

		#center {
			height:100%;
			background:9ec9e4;
			width:100%;
			margin-right:auto;
			margin-left:auto;
		}
		

	

		/*** Just for Looks ***/

		body {
			background-repeat: no-repeat;
			background-position: top;
			background-color:#9ec9e4;
		}
		
		#header {
			background: url("Assets phodog/backgrounds/gradient.png");
			background-repeat:repeat-x;
			vertical-align:top;
		}

	
		#center {
			background: #9ec9e4;
			height:100%;
		
		}


		.column {
		
			text-align: justify;
			height:;
		}
		
		.logo {
			vertical-align:top;
			width:850px;
			margin-left:auto;
			margin-right:auto;
			
		}
