﻿.GuestlistPage
{
    font-family:"Segoe UI",Arial;
    font-size:11pt;
}

.GuestlistPage .BG
{    
    background-image:url('images/GuestlistPage/GuestlistBg.jpg');
    background-repeat:no-repeat;   
    background-position:right top; 
    background-color:#6789b6;
    
}

.GuestlistPage .BG .ContentBg
{
    background-image:url('images/pagecontentbg.png');
    background-repeat:no-repeat;            
    min-height:260px;
}


.GuestlistPage .Title
{
    background-image:url('images/GuestlistPage/Guestlist.png');
    background-repeat:no-repeat;
    width:233px;
    height:37px;
    margin-top:80px;
    margin-left:70px;
}



.GuestlistPage .BG .ContentBg .HomeContent
{
    padding:50px;
    padding-top:100px;
    background-image:url('images/aurabg.png');
    background-position:center bottom;
    background-repeat:no-repeat;
}


