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

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

		#column {
	
			width:60%px;
			height:100%;
			
		}
		

		#center {
			height:100%;
			background:ffffff;
			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%;
		
		}

		.bar {
			background-image:url(Assets%20phodog/backgrounds/gradbar.png);
			background-repeat:repeat-x;
		}
		.column {
		
			text-align: justify;
			height:;
		}
		
		.content {
			background:url("Assets%20phodog/backgrounds/background.png");
			background-repeat:repeat-y;
			width:1080px;
			height:100%;
		}
		
		.logo {
			vertical-align:top;
			width:850px;
			margin-left:auto;
			margin-right:auto;
			
		}

