﻿body 
{
    margin:0px;
    /*margin-left:-1px;*/
}

.MainContainerTable
{
    margin:0px;
    background-image:url(Images/bg.jpg);
    background-repeat:repeat-y;
    background-position:center;
   
    
}

.Album_CoverTable
{
    background-image:url(Images/Album/bg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    margin-left:4;
    
    
}

.Album_ModalBackground 
{	
	z-index: 80000;
	background-color: Black;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.SubHeader
{
    font-family:Arial;
    font-size:18px;
    color:#ffcc00;

}

.Pages_TitleLabel
{
    font-family:Arial;
    font-size:35px;
    color:#ffcc00;
}

.Pages_SubTitleLabel
{
    font-family:Arial;
    font-size:18px;
    color:#ffcc00;

}


.Pages_ContentLabel
{
    font-family:Arial;
    font-size:15px;
    color:#454f8d;    
}