@charset "utf-8";

body {
/*In order to have a layout aligned in the middle we must have set the text align ment to center and height to 100%*/
background-color:#000000;
margin:0;
padding:0;
margin-top:0;
text-align:center;
	
}



#outter{
margin-left:auto;
margin-right:auto;
width:900px;
height:auto;

text-align:left;
background-color:#000000;
}

#image_holder{
margin-top:0px;
padding:0;
height:425px;
width:900px;

background-color:#000000;

border:0px;
}

#logo_link {
background-image:url(error.jpg);
display:block;
padding:0;
height:425px;
width:900px;
background-color:#000000;
text-indent:-9999px;
outline: 0;

}

