/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,h7,h8{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;margin:0;padding:0;}

body,td,th {
	background-color:#000000;
	font-family:Arial, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#f6f5ef;
}

/* ALL LINKS */

a:link {
	color: #63b446;
	text-decoration: none;
}

/* ALL VISITED LINKS */

a:visited {
	text-decoration: none;
	color: #63b446;
}

/* ALL LINKS WHEN MOUSE IS OVER */

a:hover {
	text-decoration: underline;
	color: #63b446;
}

div#wrapper {
	width:640px;
	margin:auto;
	background-color:#000000;
	position:relative;
}

div#mainpanel {
	width:640px;
	height:700px;
}

div#logopanel {
	position:relative;
	width:175px;
	height:158px;
	top:120px;
	background:url(../images/logo.jpg) no-repeat 0px 0;
	background-color: #000000;
}

div#textpanel {
	position:relative;
	width:465px;
	height:115px;
	left:175px;
	background:url(../images/text_title.jpg) no-repeat 0px 0;
}

div#copypanel {
	position:relative;
	width:462px;
	height:300px;
	top:123px;
	left:3px;
}
