﻿

#message
{
    width: 450px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    	border-width:4px;
border-style:solid;
border-color: #F7B01A;
background-color:#1F1A17;
font-size:20px;
-webkit-text-fill-color:rgb(237, 237, 237);
-webkit-border-radius:11px;
    }
    
    #message div
    {
        margin:10px;
        
        }
    
    #bgImage
    {
height:580px;
width:550px;
            background-image: url(../images/error.jpg);
    background-position: center;
	background-repeat: no-repeat;
	border-width:8px;
border-style:solid;


        }
        
     
        
