body {
	text-align: center;
	min-width: 960px;
	color: red;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
}

a {
	color: red;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	background: url("http://quydo.it/index.jpg") no-repeat center top;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	width: 800px
}

#header {
	margin-top: 0px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 30px;
	*height: 40px;
	border: 1px solid black;
	padding-top: 10px;
}
#header a {
	margin-bottom: 5px;
	*margin-bottom: 15px;
}
#header-link {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
#header-link a:hover {
	text-decoration: none;
}


#content {
	margin-top: 10px;
}
#content-home, #content-download, #content-sopcast, #content-tutorial, #content-help  {
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 790px;
	*width: 800px;
	border: 1px solid black;
}

#footer {
	margin: 10px auto;
	width: 100%;
	color: sivler;
	font-size: 10px;
	text-align: right;
	border: 1px solid black; 	
	height: 40px;
}

#common-header, #tutorial-click, #content-help p{
	width: 785px;
	*width: 100%;
	height: 25px;
	*height: 40px;
	margin: 0 auto 5px auto;
	padding: 2px;
	*padding: 10px;
	border: 1px solid black;
}

#content-help p {
	font-size: 14px;
	font-weight: normal;
}
#content-help .faq-answer {
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	*padding-bottom: 2px;
}

#ACPpanel {
	display: none;
	position: fixed;
	*position: absolute;
	width: 98%;
	*width: 100%;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	top: 0;
	left: 10;
	background-color: black;
	z-index: 10;
}

