#container {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }
	
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 65%;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #ffffff;
  
    background-image: url(images/greysq.gif);

}

html,body{
    height: 100%;
    text-align: center;
  	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;

}

body {
    font: 100% verdana, helvetica, sans-serif;
    background: url(images/missingparts2.jpg) center;
    color: #333;
    }
	
#pageheader {
    border: 0 none;
    background: url(images/greyfade.jpg) repeat-x;
    width: 100%;
    }

#pageheader p {
    color: #3600f6;
    float: left;
	
    font-family: georgia, serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
    margin: -.2em .67em 0 0;
    }




#pageheader hr {
    clear: both;
    height: 4px;
    color: #999;
    background-color: #999;
    margin: 0 0 0 0;.
	border:#666666 1px inset
    }
	
#pagefooter {
	
    border: 0 none;
   
    width: 100%;
	margin: 0 0 .2em 0;
    }
	
#pagefooter hr {
    clear: both;
    height: 4px;
    color: #999;
    background-color: #999;
    margin: 0 0 0 0;
	border:#666666 1px inset
    }
	
.floatright {
float:right;
border:.1em #fff solid;
margin:.6em .6em .2em .6em;
	}
	
.floatleft {
float:left;
border:.1em #fff solid;
margin:.6em .6em 0 .6em;
	}
	
.para  {line-height:120%; font-size:1.2em; color:#3600f6}

#plower {
 color:#fff;
}

#content a {
	text-decoration:underline
	
}

#content a:hover {
color:#29B048;
text-decoration:none
}