/*
Basic Style Sheet (for version 4 browsers)
version:   1.0
author:    Sham Chee Yew
email:     sam@cutewalker.com
website:   http://fridays.com.my/
*/
/*-----------------------------------------------------------------
master reset
*/
body {color:#000;background:#6C0001 url(../img/bg.gif) repeat-x top left;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/*q:before,q:after{content:'';}*/
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*-----------------------------------------------------------------
layout
*/
#wrapper{
	width:960px;
	height:706px;
	position:relative;
	left:50%;
	margin-left: -470px;
	background:url(../img/bg_panel.gif) no-repeat center 82px;
	overflow:hidden;
}


#flashTop{
	width:940px;
	height:430px;
	position:absolute;
	top:1px;
	left:0px;
}

#flashBottomLeft{
	width:517px;
	height:255px;
	position:absolute;
	top:436px;
	left:-1px;
}

#flashBottomRight{
	width:418px;
	height:204px;
	position:absolute;
	top:436px;
	left:520px;
}
#footer {
	width:410px;
	height:16px;
	position:absolute;
	top:642px;
	right:22px;
	text-align:right;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* so that 1em is 10px */
	color:#000;
}
#footer p{
	font-size:0.8em;
	color:#e9b8b8;
}
