html {
	margin: 0px auto;;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {

	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	
}


.characterBGLeft {
	
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 679px;
	z-index: -999999;
	background-image: url("images/v2/layout/character-bg-left.png");
}


.characterBGRight {
	
	position: fixed;
	_position: absolute;
	top: 0px;
	right: 0px;
	width: 316px;
	height: 635px;
	z-index: -999999;
	background-image: url("images/v2/layout/character-bg-right1.png");
}


input {
padding: 0px;
margin: 1px 0px;
}

a {
color: #6495ED;
text-decoration: none;
}

a:hover {
color: #4169E1;
text-decoration: underline;
}

.fakeLink {
color: #6495ED;
font-family: arial;
text-decoration: none;
cursor: pointer;
}

#mainBox {

	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;

}


#logoBox {
	
	position: absolute;
	top: 35px;
	left: 0px;
	width: 990px;
	height: 88px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/v2/layout/logo.png');
	text-align: left;
	
}


#cloudBox {

	position: absolute;
	top: -30px;
	left: 780px;
	width: 186px;
	height: 155px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/v2/layout/cloud.png');
	cursor: pointer;

}


#mainMenuBox {
	position: absolute;
	width: 412px;
	height: 20px;
	top: 73px;
	left: 278px;
	padding: 0px;
	margin: 0px;
}

#mainContentBox {
	position: relative;
	width: 982px;
	margin: 0px;
	padding: 0px 4px;
	top: 160px;
}

#mainSiteTable {
	width: 990px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#sideMenuTable {
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.notLoggedInContainer {
font-size: 10px;
font-family: arial;
padding: 2px;
}

#toplinksBox {
	position: absolute;
	top: 0px;
	left: 230px;
	padding: 0px;
	margin: 0px;
}


.logoLinks {
font-size: 12px;
color: #b8860b;
font-weight: bold;
}
.logoLinks a {
font-size: 12px;
color: #b8860b;
text-decoration: none;
font-weight: bold;
}

.logoLinks a:hover {
text-decoration: underline;
}




#menu_latest {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') 0px 0px;
	width: 53px;
	height: 20px;
	top: 0px;
	left: 0px;
}

#menu_latest:hover {
	background: url('images/v2/layout/mainmenu.png') 0px 20px;
}


#menu_toons {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -62px 0px;
	width: 49px;
	height: 20px;
	top: 0px;
	left: 78px;
}

#menu_toons:hover {
	background: url('images/v2/layout/mainmenu.png') -62px 20px;
}


#menu_films {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -125px 0px;
	width: 43px;
	height: 20px;
	top: 0px;
	left: 152px;
}

#menu_films:hover {
	background: url('images/v2/layout/mainmenu.png') -125px 20px;
}

#menu_games {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -182px 0px;
	width: 51px;
	height: 20px;
	top: 0px;
	left: 220px;
}

#menu_games:hover {
	background: url('images/v2/layout/mainmenu.png') -182px 20px;
}


#menu_art {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -244px 0px;
	width: 30px;
	height: 20px;
	top: 0px;
	left: 296px;
}

#menu_art:hover {
	background: url('images/v2/layout/mainmenu.png') -244px 20px;
}


#menu_audio {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -288px 0px;
	width: 44px;
	height: 20px;
	top: 0px;
	left: 351px;
}

#menu_audio:hover {
	background: url('images/v2/layout/mainmenu.png') -288px 20px;
}


#menu_studios {
	position: absolute;
	background: url('images/v2/layout/mainmenu.png') -349px 0px;
	width: 63px;
	height: 20px;
	top: 0px;
	left: 420px;
}

#menu_studios:hover {
	background: url('images/v2/layout/mainmenu.png') -349px 20px;
}

#sidemenu_memberlogin {
	background: url('images/v2/layout/sidemenu.png') 0px 0px;
	width: 200px;
	height: 25px;
}

#sidemenu_loggedin {
	background: url('images/v2/layout/sidemenu.png') 0px -25px;
	width: 200px;
	height: 25px;
}


#sidemenu_boxoffice {
	background: url('images/v2/layout/sidemenu.png') 0px -50px;
	width: 200px;
	height: 25px;
}

#sidemenu_followus {
	background: url('images/v2/layout/sidemenu.png') 0px -75px;
	width: 200px;
	height: 25px;
}

#sidemenu_fanfeed {
	background: url('images/v2/layout/sidemenu.png') 0px -100px;
	width: 200px;
	height: 25px;
}


#hp_MajorBillboardBanner {
	width: 710px;
	height: 100px;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: url('images/v2/layout/infobanner.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.hp_auctiontimer {
	position: absolute;
	top: 65px;
	left: 505px;
	padding: 0px;
	font-family: trebuchet ms, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: red;
	width: 185px;
	text-align: center;
}

.hp_bbContainer {
	position: relative;
	width: 350px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border: solid lightgrey 1px;
	margin-top: 10px;
}

.hp_billboard {
	
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
}

.hp_billboard img {
	border: 0px;
}

.hp_dotsContainer {
	position: relative;
	width: 350px;
	text-align: center;
	height: 20px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.hp_bbDot {
	
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 14px;
	text-align: center;
	
}


.hp_featuredBox {
	position: relative;
	background-image: url('images/v2/layout/featured-bg.png');
	background-repeat: no-repeat;
	width: 725px;
	height: 280px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.hp_featuredImg {
	position: absolute;
	top: 10px;
	left: 20px;
	background: url('images/v2/layout/featured-images.png') 0px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 93px;
	height: 25px;
}

.hp_featuredToonImg {
	position: absolute;
	top: 10px;
	left: 153px;
	background: url('images/v2/layout/featured-images.png') -98px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 62px;
	height: 25px;
	cursor: pointer;
}

.hp_featuredDotImg {
	position: absolute;
	background-image: url('images/v2/layout/featured-dot.png');
	top: 14px;
	width: 18px;
	height: 18px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.hp_featuredGameImg {
	position: absolute;
	top: 10px;
	left: 283px;
	background: url('images/v2/layout/featured-images.png') -166px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 62px;
	height: 25px;
	cursor: pointer;
}

.hp_featuredArtImg {
	position: absolute;
	top: 10px;
	left: 413px;
	background: url('images/v2/layout/featured-images.png') -233px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 37px;
	height: 25px;
	cursor: pointer;
}

.hp_featuredAudioImg {
	position: absolute;
	top: 10px;
	left: 518px;
	background: url('images/v2/layout/featured-images.png') -280px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 55px;
	height: 25px;
	cursor: pointer;
}

.hp_featuredFilmImg {
	position: absolute;
	top: 10px;
	left: 641px;
	background: url('images/v2/layout/featured-images.png') -345px 0px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 52px;
	height: 25px;
	cursor: pointer;
}

.hp_featuredContentBox {
	
	position: absolute;
	top: 48px;
	left: 17px;
	width: 690px;
	
	height: 215px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	
}

.hp_featuredContentTable {
	width: 690px;
	padding: 0px;
	border: 0px;
	text-align: left;
}


.np_MBC {
	
	width: 350px;
	height: 200px;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: solid lightgrey 1px;
	background-image: url('images/v2/RENTBILLBOARD-FP.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.np1_titleOverlay {
	
	width: 350px;
	height: 44px;
	background: url('images/v2/majorbillboards/np-titles.png') 0px 0px;
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}

.np2_titleOverlay {
	
	width: 350px;
	height: 44px;
	background: url('images/v2/majorbillboards/np-titles.png') 0px -44px;
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}


.np3_titleOverlay {
	
	width: 350px;
	height: 44px;
	background: url('images/v2/majorbillboards/np-titles.png') 0px -88px;
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}

.np4_titleOverlay {
	
	width: 350px;
	height: 44px;
	background: url('images/v2/majorbillboards/np-titles.png') 0px -132px;
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}

.np5_titleOverlay {
	
	width: 350px;
	height: 44px;
	background: url('images/v2/majorbillboards/np-titles.png') 0px -176px;
	position: absolute;
	top: 156px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	
}




/* OLD CSS */

.main {
font-size: 12px;
color: black;
}


@font-face {
font-family: SGContractScript;
src: url("images/fonts/exmouth.ttf") format("truetype");
}

@font-face {
font-family: SGContractScriptIE;
src: url("images/fonts/exmouth.eot");
}

.ContractSignature {
font-family: SGContractScript, SGContractScriptIE, arial;
font-size: 14px;
color: black;
padding-left: 210px;

}

.preload {
display: none;
}

img {
border: 0px;
}

.fadeImage {
opacity: .25;
filter: alpha(opacity=25);
}

.bigtitle {
font-weight: bold;
font-family: verdana;
color: gray;
font-size: 18px;
}

.contentAdContainer {
text-align: center;
margin-top: 20px;
margin-bottom: 0px;
padding: 0px;
width: 100%;
}

.loggedInContainer {
border: solid lightgrey 1px;
font-size: 12px;
font-family: arial;
color: black;
padding: 3px 10px;
width: 178px;
margin-top: 4px;
margin-bottom: 12px;
}

.loggedInContainer hr {
border: dotted lightgrey 1px;
width: 175px;
text-align: center;
}



.fakeLink {
color: #6495ED;
font-family: arial;
text-decoration: none;
cursor: pointer;
}

.menubox {
color: black;
font-size: 12px;
font-weight: bold;
background-color: #f7f7f7;
border: solid lightgrey 1px;
}

.viewallbox {
color: black;
font-size: 14px;
font-weight: bold;
border: solid lightgrey 1px;
background-color: #F7F7F7;
}

.logintext {
font-size: 10px;
}


.mainBig {
font-size: 14px;
color: black;
}

.mainBigger {
font-size: 16px;
color: black;
}

.shareOptions {
padding-left: 15px;
margin-top: 0px;
}

.shareOptions li {
list-style-type: none;
display: inline;
}


.mainBigGray {
font-size: 14px;
color: gray;
}


.mainGray {
font-size: 12px;
color: gray;
}

.textbox {
font-size: 12px;
font-family: arial;
color: gray;
border: solid lightgrey 1px;
width: 150px;
background-image: url('images/textboxcolor.jpg');
}

.searchbox {
height: 20px;
color: gray;
border: solid lightgrey 1px;
background-image: url('images/textboxcolor.jpg');
font-family: arial;
font-size: 12px;
}

.textboxBig {
font-size: 12px;
font-family: arial;
color: gray;
border: solid lightgrey 1px;
background-image: url('images/textboxcolor.jpg');
margin: 0px;
}

.starred {
color: dodgerblue;
font-size: 12px;
font-family: arial;
}

.dropDown {
border: solid lightgrey 1px;
background-color: #FEFEFE;
color: gray;
font-family: arial;
font-size: 12px;
}

.filebox {
width: 300px;
color: gray;
font-family: arial;
font-size: 12px;
}

.submitbox {
font-size: 12px;
font-family: arial;
color: gray;
border: solid lightgrey 1px;
background-color: whitesmoke;
width: 65px;
padding: 3px;
cursor: pointer;
}

.submitbox:hover {
font-size: 12px;
font-family: arial;
color: gray;
border: solid lightgrey 1px;
background-color: ghostwhite;
cursor: pointer;
width: 65px;
padding: 3px;
}


.tiny {
font-size: 10px;
color: gray;
font-family: arial;
}

.tinyBlack {
color: black;
font-size: 10px;
font-family: arial;
}


.myaccount {
font-size: 12px;
color: black;
font-family: arial;
}


.myaccount a {
color: black;
text-decoration: none;
}


.myaccount a:hover {
color: #4169E1;
text-decoration: underline;
/*color: gray;*/

}


.myaccountOption {
color: gray;
border: dotted lightgrey 1px;
font-family: arial;
font-size: 12px;
cursor: pointer;
background-color: #FFFFFF;
}

.myaccountOptionHover {
color: gray;
border: dotted lightgrey 1px;
font-family: arial;
font-size: 12px;
cursor: pointer;
background-color: #F8F8F8;
}

.profileTab {
font-family: arial;
font-size: 12px;
color: gray;
background-color: whitesmoke;
cursor: pointer;
border: solid lightgrey 1px;
}

.profileTabHover {
font-family: arial;
font-size: 12px;
color: black;
background-color: lightgrey;
cursor: pointer;
border: solid lightgrey 1px;
}

.profileTabClicked {
font-family: arial;
font-size: 12px;
color: gray;
background-color: #FFFFFF;
cursor: pointer;
border: solid lightgrey 1px;
border-bottom-width: 0px;
}


.mainsmall {
font-size: 11px;
font-family: arial;
color: black;
}

.mainGraysmall {
font-size: 11px;
color: gray;
font-family: arial;
}

.breadcrumb {
font-size: 10px;
color: gray;
font-family: arial;
}



.tinylinks {
font-size: 11px;
color: #b8860b;
font-weight: bold;
}
.tinylinks a {
font-size: 11px;
color: #b8860b;
text-decoration: none;
font-weight: bold;
}

.tinylinks a:hover {
text-decoration: underline;
}


.reviewScore {
border: solid black 1px; 
display: table-cell;
padding: 5px; 
height: 60px; 
width: 90px;
font-weight: bold;
font-family: verdana;
color: gray;
font-size: 18px;
background-color: white;
}


.modalWindowHide {
display: none;
}

.forumPopUp {
z-index: 99999;
position: absolute;
display: none;
}

#modalWindow {
z-index: 99999;
font-family: arial;
color: black;
background-color: white;
border: solid darkgray 3px;
font-size: 12px;
display: block;
position: absolute;
width: 300px;
height: 125px;
display: none;

-moz-box-shadow: 5px 5px 7px #888;
-webkit-box-shadow: 5px 5px 7px #888;
}

#darkenbg {
z-index: 99998;
background-image: url("images/darkenbg.png");
margin-top: 0px;
margin-left: 0px;
position: absolute;
top: 0px;
left: 0px;
display: none;
}

#ratingSlider {
width: 299px;
background-image: url('images/ratebar.jpg');
height: 20px;
}

#ratingBar {
z-index: -1;
position: absolute;
}

.volumeControlContainer {
display: table-cell;
position: absolute;
z-index: 99999;
}

.tableDesc {
font-family: arial;
font-size: 12px;
font-weight: bold;
width: 175px;
vertical-align: top;
}

.studioPoster {
width: 400px;
height: 125px;
border: 0px;
}

.studioPosterThumbnail {
width: 160;
height: 50;
border: 0px;
}

.studioIcon {
width: 50px;
height: 50px;
border: 0px;
}

.errorContainer {
border: solid black 1px;
background-color: #f0fff0;
padding: 3px;

}

.errorDisplay {
color: red;
padding-left: 8px;
}

.tdColumnTitle {
border: solid lightgrey 1px;
background-color: #F7F7F7;
font-size: 12px;
color: gray;
font-family: arial;
font-weight: bold;
}


.forumQuote {
padding: 5px;
width: 97%;
background-color: #F7F7F7;
border: dotted lightgrey 1px;
font-family: arial;
font-size: 11px;

}

.forumDisplayBorder {
border-bottom: dotted lightgrey 1px; 
padding-right: 3px;
font-family: arial;
font-size: 12px;
height: 55px;
}

.forumPosterInfo {
background-color: #F7F7F7;
font-family: arial;
font-size: 12px;
border: solid lightgrey 1px;
height: 100px;
width: 130px;
}

.forumPostDateDIV {
font-family: arial;
font-size: 11px;
padding-bottom: 2px;
width: 100%;
border-bottom: dotted lightgrey 1px;
}

.profileBox {
border: dashed lightgrey 1px; 
padding: 5px; 
margin: 0px; 
margin-bottom: 10px;
font-family: arial;
font-size: 12px;
}

.blueStarRating {
background-image: url("images/bluestars.png");
height: 16px;
padding: 0px;
margin: 0px;
}

.achievementShow {
position: absolute; 
right: 8px; 

}

.achievementHide {
display: none;
}

.achievementContainer {
border: solid lightgrey 1px; 
background-color: #f7f7f7;
width: 300px;
opacity: .95; 
filter: alpha(opacity=95);
}

.signupButton {
background: url('images/signup_sprite.png') 0px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.signupButton_Hover {
background: url('images/signup_sprite.png') 0px -30px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}


.fanButton_Become {
background: url('images/fanbuttons.png') 0px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.fanButton_BecomeHover {
background: url('images/fanbuttons.png') 0px -30px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.fanButton_Not {
background: url('images/fanbuttons.png') -150px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.fanButton_Already {
background: url('images/fanbuttons.png') -300px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.applyToStudioButton {
background: url('images/applytostudio.png') 0px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.applyToStudioButton_Hover {
background: url('images/applytostudio.png') 0px -30px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.calendarNews_Top {
background: url('images/calendarnews.png') 0px 0px;
width: 75px;
height: 23px;
padding: 0px;
margin: 0px;
color: white; 
font-size: 11px; 
font-weight: bold; 
font-family: arial;

padding-top: 1px;
}

.calendarNews_Bottom {
background: url('images/calendarnews.png') 0px -23px;
width: 75px;
height: 52px;
margin: 0px;
padding: 0px;
color: black; 
font-size: 32px; 
font-weight: bold; 
font-family: arial, sans-serif;
padding-top: 3px;
}


.thumbsUp {
background: url('images/thumbsup_sprite.png') 0px 0px;
width: 20px;
height: 22px;
padding: 0px;
margin: 0px;
}

.thumbsUp_Hover {
background: url('images/thumbsup_sprite.png') 0px -22px;
width: 20px;
height: 22px;
padding: 0px;
margin: 0px;
}

.thumbsDown {
background: url('images/thumbsup_sprite.png') -20px 0px;
width: 20px;
height: 22px;
padding: 0px;
margin: 0px;
}

.thumbsDown_Hover {
background: url('images/thumbsup_sprite.png') -20px -22px;
width: 20px;
height: 22px;
padding: 0px;
margin: 0px;
}


#newVisitorWrapper {
position: absolute;
margin: 0px;
width: 100%;
left: 0px;
top: 0px;
background-color: #1E90FF;
text-align: center;
border-bottom: solid #D3D3D3 2px;
height: 30px;
filter:Alpha(opacity=75);
opacity: .75;
letter-spacing: 0px;
}

.newVisitorMessage {
padding: 5px;
font-size: 14px;
font-family: arial, sans-serif;
color: white;
font-weight: bold;
text-shadow: 1px 1px 1px black;
}

.newVisitorClose {
color: white;
font-size: 14px;
font-weight: bold;
margin-left: 30px;
font-family: arial, sans-serif;
text-shadow: 0px 0px;
border: solid #1E90FF 1px;
padding: 2px;
}

#newVisitorWrapper a {
color: white;
text-decoration: none;
}

#newVisitorWrapper a:hover {
color: white;
text-decoration: underline;
}

.newVisitorMessage a:hover {
color: white;
text-shadow: 1px 1px 1px darkblue;
}

.newVisitorClose a:hover {
text-shadow: 0px 0px;
text-decoration: none;
color: white;
}

/* **** Review Thumbs Up Thumbs Down Sprites - Start **** */

.oneThumbsDown_Review {
background: url('images/reviewthumbs.png') 0px 242px;
width: 241px;
height: 22px;
}

.twoThumbsDown_Review {
background: url('images/reviewthumbs.png') 0px 220px;
width: 241px;
height: 22px;
}

.threeThumbsDown_Review {
background: url('images/reviewthumbs.png') 0px 198px;
width: 241px;
height: 22px;
}

.fourThumbsDown_Review {
background: url('images/reviewthumbs.png') 0px 176px;
width: 241px;
height: 22px;
}

.fiveThumbsDown_Review {
background: url('images/reviewthumbs.png') 0px 154px;
width: 241px;
height: 22px;
}

.noThumbs_Review {
background: url('images/reviewthumbs.png') 0px 132px;
width: 241px;
height: 22px;
}

.fiveThumbsUp_Review {
background: url('images/reviewthumbs.png') 0px 110px;
width: 241px;
height: 22px;
}

.fourThumbsUp_Review {
background: url('images/reviewthumbs.png') 0px 88px;
width: 241px;
height: 22px;
}

.threeThumbsUp_Review {
background: url('images/reviewthumbs.png') 0px 66px;
width: 241px;
height: 22px;
}

.twoThumbsUp_Review {
background: url('images/reviewthumbs.png') 0px 44px;
width: 241px;
height: 22px;
}

.oneThumbsUp_Review {
background: url('images/reviewthumbs.png') 0px 22px;
width: 241px;
height: 22px;
}



/* **** Review Thumbs Up Thumbs Down Sprites - End **** */

.writeReview_NoHover {
background: url('images/reviewbutton_sprite.png') 0px 0px;
width: 23px;
height: 20px;
}

.writeReview_Hover {
background: url('images/reviewbutton_sprite.png') 0px 20px;
width: 23px;
height: 20px;
}

.createAStudioButton {
background: url('images/createastudio_button.png') 0px -30px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}

.createAStudioButton_Hover {
background: url('images/createastudio_button.png') 0px 0px;
width: 150px;
height: 30px;
margin: 0px;
padding: 0px;
}


#billboardContainer {
float: left;
clear: left;
width: 100%;
padding: 0px;
border: 0px;
margin-left: 0px;
font-family: arial, sans serif;
font-size: 10px;
color: black;
margin-bottom: 2px;
text-align: center;

}

#billboardContainer #content{
float: left;
width: 48%;
margin-top: 15px;
margin-left: 5px;
}

#billboardContainer #content #contentIMG {
float: left;
height: 60px;
width: 90px;
border: solid black 1px;
}

#billboardContainer #content #contentDesc {
float: left;
font-family: arial, sans serif;
font-size: 11px;
color: black;
text-align: left;
padding-left: 3px;
width: 60%;
}