﻿
.iFrameCSS 
{
	height: 320px;
	margin: 0;
	padding: 0;
	width: 500px;
}

.headerCss
{
    width:550px;
    cursor:hand;
    cursor:pointer;
}

.contentCss
{
    border: none;
/* Use solid color instead of gradient
	background-image: url('/images/bluebackgrd_596x1.jpg');
	background-repeat: repeat-y;
*/
	background-color: #000000;
    width: 100%;
    height:100%;
    text-align:center;
    padding: 0px;
    margin: 0px;
    border-top:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
}
