body#index {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: White;
	background-position: top right;	
}

p#index {
    color:#ff6666;
    font-size: larger;
    border-bottom-style: dashed;
    text-decoration: none;
    font-family: Tahoma,Verdana;
    text-align: right;
    letter-spacing: 5px;
    border-bottom-width: 1px;
    border-bottom-color: #ffcccc;
    border-top-style: dotted;
    border-top-width: 8px;
    border-top-color: #ffeded;
    font-style: normal;
}

a#index:link,a#index:visited {
    color:#ffeded;
    font-size: XX-large;
    border-bottom-style: solid;
    text-decoration: none;
    font-family: Tahoma,Verdana;
    text-align: right;
    border-bottom-width: 16px;
    border-bottom-color: #ffcccc;
    border-top-style: none;
    border-top-width: 2px;
    border-top-color: #ffcccc;
    border-left-style: none;
    border-right-style: none;
    border-left-width: 2px;
    border-right-width: 2px;
    border-left-color: #ffcccc;
    border-right-color: #ffcccc;
    letter-spacing: 10px;
    background-color: #ff6666;
}

a#index:hover{
    color:#ff6666;
    font-size: XX-large;
    border-bottom-style: solid;
    text-decoration: none;
    font-family: Tahoma,Verdana;
    text-align: right;
    border-bottom-width: 16px;
    border-bottom-color: #ffcccc;
    border-top-style: none;
    border-top-width: 2px;
    border-top-color: #ffcccc;
    border-left-style: none;
    border-right-style: none;
    border-left-width: 2px;
    border-right-width: 2px;
    border-left-color: #ffcccc;
    border-right-color: #ffcccc;
    letter-spacing: 10px;
    background-color: #ffeded;
}

div#index {
    position:absolute;
    top: 50px;
    right: 0%;
}

img#error404 {

    position:absolute;
    top: 100px;
    left: 50%;
    margin-left: -325px;
}