
body {
	background-image: url("../images/securityBG.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
    background-color: #000000;
} 

#header {
    background: #000000;
    border: 2px solid #000000;
	height:50px;
	width:100%;
	position:fixed;
	top:0;
	left:0;    
}

.content {
    width:600px;
    background: #002030;
    border: 3px inset #002030;
    height: 300px;
    margin: 280px auto;
}