/* Post-Mania style sheet */
/* October-Design Inc. copyright 2008
/* author, Ron White */

/* The first group of rules are for the public output page. */
/* Change these rules to effect the styles and position */
/* of the div that contains the list of files */
/* Use "id" call "#" hash style prefix */
/* Use "class" to call ".name" style descriptions */

html {
margin : 0;
padding : 0;
}
BODY {
background-image: url(img/VlogPaisley.png);
background-repeat: repeat;
background-color: #666666;
}
/* div rules for Post-Mania application */
#popup
{
	margin: 0px auto;
	display: block;
	width: 740px;
	height: 540px;
	padding-left: 10px;
	padding-top: 20px;
	background-color:#cccc66;
/*	background-image:url(img/vlog_bkg.png); */
/*	background-repeat: no-repeat; */
	background-position:top;
}
#content
{
	width: 480px !important; /*all other browsers*/
	height: 360px;
	display: block;
}
/* styles for text elements */
p {
	font: bold 11pt/13pt Arial, Helvetica, Sans-Serif;
	color: #000000;
}
p.style1 {
	font: 10pt/11pt Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
}

