/*-------MasterPage Starts------*/
.page-header img
{
    width:250px;
    }
.page-header h1
{
    margin-left:300px;
    margin-bottom:10px;
    }    
.masterpage_span
{
    margin:20px 0px;
    }    
/*-------MasterPage Ends------*/    

/*-------Index Starts------*/  
.Index_Margin
{
    margin:20px 0px;
    }    
/*-------Index Ends------*/  
.culture_show1
{
    width:100%;
    height:100%; 
    float:none;
    background-image:url(../img/show1.jpg);
    } 
    
.spliter
{
    background-image:-webkit-linear-gradient(to right, #252525, #ffffff);
    background-image:-o-linear-gradient(to right, #252525, #ffffff);
	background-image:-moz-linear-gradient(to right, #252525, #ffffff);
	background-image:-ms-linear-gradient(to right, #252525, #ffffff);
    height:1px;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    }   