.mainbg {
        background-image: url('images/main.png');
        background-repeat: no-repeat;
        background-position: center center
}

.pinkfireworksbg {
        background-image: url('images/pinkfireworksbg.png');
        background-repeat: no-repeat;
        background-position: center center
}

.confidencebagbg {
        background-image: url('images/confidencebagbg.png');
        background-repeat: no-repeat;
        background-position: center center
}

.mediabg {
        background-image: url('images/mediabg.png');
        background-repeat: no-repeat;
        background-position: center center
}

.linksbg {
        background-image: url('images/linksbg.png');
        background-repeat: no-repeat;
        background-position: center center
}

.contactbg {
        background-image: url('images/contactbg.png');
        background-repeat: no-repeat;
        background-position: center center
}

.linkstext {
        color: #FFFFFF;
        font-size: 24px;
        font-family: arial;
}

.normaltext {
        color: #FFFFFF;
        font-size: small;
        font-family: arial;
}

.newshows {

	color: #FFFFFF;
	font-family: arial;

}

.blogdiv {

	color: #FFFFFF;
	font-size: small;
	font-family: arial;
	overflow: auto;
	height: 275;
}

.blogtag {

	color: #FFFFFF;
	font-family: arial;
	font-size: x-small;

}

a:link.whitelink { 
        color: #FFFFFF;
        text-decoration: none;
}
a:visited.whitelink { 
        color: #FFFFFF;
        text-decoration: none;
}
a:hover.whitelink { 
        color: #444444;
        text-decoration: none;
}
a:active.whitelink { 
        color: #FFFFFF;
}

