/*--CSS for MyWishTheMovie.com coded by Casey D. McConnell, Vertex Software Inc. */
/*--General stuff.--*/
body{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0p;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-width: 0px;
	border-style: none;
	border-color: #FFFFFF;
	outline-width: 0px;
	outline-style: none;
	outline-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: normal;
	white-space: normal;
	z-index: 1;
}
a{
	color: #3300CC;
	outline: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	display: inline;
}
.italic{
	font-style: italic;
	display: inline;
}
/*--Upper global navigation (filmstrip).--*/
.topNav{
	position: absolute;
	width: 100%;
	height: 97px;
	margin-top: 20px;
	margin-left: 0px;
	background: url("/topNavImages/filmStripClip.jpg") repeat-x top left;
	z-index: 2;
}
.topNavButtons{
	width: 843px;
	height: 52px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
/*--Lower global navigation (filmstrip).--*/
.bottomNav{
	position: absolute;
	width: 100%;
	height: 97px;
	margin-top: 0px;
	margin-left: 0px;
	background: url("/topNavImages/filmStripClip.jpg") repeat-x top left;
	z-index: 2;
}
.bottomNavButtons{
	width: 843px;
	height: 52px;
	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
/*--Homepage specific stuff.--*/
.homepage{
	background:url("/images/newbgbanner.jpg") repeat-x top left;
}
.pageContainer{
	position: absolute;
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*--Home page content.--*/
.threeColumns{
	width: 843px;
	margin-top: 117px;
	margin-left: auto;
	margin-right: auto;
	height: 725px;
}
.newlogo{
	text-align: center; 
	width: 843px; 
	height: 180px;
}
/*--Left side of home page.--*/
.leftColumn{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 161px;
	height: 550px;
	background: url(/images/main-reflection.png) no-repeat;
}
.emailSignUp{
	padding-top:24px;
	width: 150px;
	margin: auto;
	text-align: center;
	color: #3300CC;
}
.proceeds{
	width: 150px;
	margin: auto;
	text-align: center;
	color: #3300CC;
}
/*--Center section of home page.--*/
.centerColumn{
	position: absolute;
	margin-top: 0px;
	margin-left: 161px;
	width: 521px;
	height: 500px;
}
.theVideo{
	margin-top: 10px;
	margin-left: 43px;
	width: 425px;
	height: 344px;
}
.quote{
	margin-top: 0px;
	margin-left: 0px;
	width: 425px;
	text-align: center;
}
.author{
	margin-top: 0px;
	margin-left: 0px;
	width: 425px;
	text-align: right;
	font-size: 9px;
}
/*--Right side of home page.--*/
.rightColumn{
	position: absolute;
	margin-top: 0px;
	margin-left: 682px;
	width: 161px;
	height: 550px;
	background: url(/images/main-reflection.png) no-repeat;
}
.mwBuzz{
	margin-left: 5px; 
	padding-top:84px; 
	text-align: center; 
	width: 150px;
}
.specialMsg{
	margin-left: 5px; 
	padding-top:20px; 
	text-align: center; 
	width: 150px;
}