#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #990000;
	text-align: center;
	background: #FFFFCC;
}

#main {
	width: 75%;
	float: right;
	background:#FFCCFF;
}

#sidebar {
	width: 20%;
	background: #66FFFF;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 30px;
	background:#9999FF;
}

#js { background: #33FF00;
      position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 100px;
}

iframe{
        width: 200px;
        height: 100px;
        margin: 20px 0px 0px 5%;
        border: dotted #820000 thin;
		background: #FFFFCC;
}