/* stylesheet for html all page */
/* ============================ */
html {
	width: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	background: #fff;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

a:link {
	text-decoration: underline;
	font-weight: 400;
	color: #3300FF;
}
a:hover {
	text-decoration: none;
	font-weight: 400;
	color:#FF0000;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
	outline: none;
}

/* Flying ads facebook and twitter */

#content {
	position:absolute;
	right: 0;
	top: 221px;
	width: 120px;
	margin: 0 0px 10px 15px;
	font-size: small;
	color: #6666CC;
	background: url(../images/fb.png) no-repeat;
}

.sidebox {
	padding: 20px 5px 0px 12px;
}

/* Spesific Element Layout */
/* ======================= */

#page_bg {
	width: 100%;
	height: 100%;
}

#container {
	width: 1008px;
	height: auto;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat;
}

/* left abstract */

#left-abstract {
	width: 264px;
	height: 381px;
	margin: 0 0 0;
	position: absolute;
	background: url(../images/left-abstract.png) no-repeat top left;
}

/* Top page */

#top-banner {
	width: 614px;
	height: 130px;
	margin: 0 290px;
}
#logo {
	width: 164px;
	height: 125px;
	margin: 0px 710px;
	background: url(../images/logo.png) no-repeat;
}

/* line-language */

#line {
	width: 912px;
	height: 10px;
	margin: 0 30px;
}

#language {
	width: 178px;
	height: 10px;
	margin: 0px 700px;
}

/* mic */

#mic {
	width: 102px;
	height: 58px;
	float: right;
	margin: -56px -59px;
	background: url(../images/mic.png) no-repeat right;
}

/* menu bar */

#top-menu {
	width: 675px;
	height: 52px;
	margin: 5px 245px;
}

/* content */

#mid-content {
	width: 618px;
	margin: 0px 270px;
}

/* Shoutbox */
#left-content {
	width: 200px;
	height: auto;
	position: absolute;
	top: 370px;
	margin: 0 15px;
}

#shoutbox {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

/* Right-Content */
#right-content {
	width: 85px;
	height: 60px;
	float: right;
	margin: -430px 2px;
}

#facebook {
	width: 85px;
	height: 60px;
	float: right;
	margin: 0 0 0;
}

/* copyright */

#copyright {
	width: 230px;
	height: 20px;
	margin: 0 auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}

/* Spesific Element Layout for footer */
/* ================================== */

#bottom {
	width: 802px;
	height: 30px;
	margin: 0px 120px;
	background: url(../images/footer.png) no-repeat center;
}

