
p {
color:#024685;
}

h2 {
color:#f90744;
}

h3 {
color:#0060ba;
}

h4 {
color:#f5108c;
}

a:link {
color:#ffffff;
text-decoration:none;
}    /* unvisited link */

a:visited {
color:#ffffff;
text-decoration:none;
} /* visited link */

#content a:hover {
color:#ffffff;
background-color:#ffffff;
text-align:center;
}   /* mouse over link */

#content a:active {
color:#ffffff;
background-color:#ffffff;
}  /* selected link */


/* Default Classes */

.small{
color:#0060ba;
}

.center{
margin:0 auto;
}

.float_left{
float:left;
}

.float_right{
float:right;
}

.clear_both{
clear:both;
}

.absolute{
position:absolute;
}

.relative{
position:relative;
}

.fixed{
position:fixed;
}

.none{
display:none;
}

.block{
display:block;
}

.inline{
display:inline;
}

.noline{
text-decoration:none;
}

.bold{
font-weight:bold;
}

.no-border{
border:0 none;
}

*{
margin:0;
padding:0;
outline:0 none;
}

#body{
font-family:arial, verdana, sans-serif;
font-size:62.5%;
}


/* Default ends */

/**** Full Screen Background BEGINS ****/


.bg{
left:0;
position:absolute;
top:0;
width:100%;
z-index:-10;
}

#supersize {
position: fixed;
}

#supersize img {
height: 100%;
position: absolute;
width: 100%;
z-index: 0;
}

/**** Full Screen Background BEGINS ****/


#wrapper{
width:520px;
height:auto;
padding-top:100px;
}

#hold-msg{
position:relative;
width:510px;
height:510px;
margin:0 auto;
background-image:url('../images/pp-brandamour.png');
}



#logo{
width:510px;
margin:0 auto;
}

#tag{
padding-top:200px;
width:450px;
height:69px;
margin:0 auto;
z-index:100;
}




