/**-------main layout-------**/

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

body {
	background-image: url(../images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {border: none;}

a, input {  
	outline:none;  
} 

/**-------default paragraph-------**/

.popup {
	font-family: Verdana, Arial, Helvetica, "sans-serif"!important;
	color:#7f7b7b;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
}

.color1 {color: #258dcf}
.color1:hover {text-decoration: none}

.color2 {color: #6fa627}
.color2:hover {text-decoration: none}

.itemtitle {
	color: #d3d1d1;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase; 
}	
	
/**-------content-------**/

#container {
  	width: auto;
  	margin: 0 auto;
  	text-align: left;
	padding: 0px;
}	

.logo {
	position:absolute;
	left: 50%;
	margin-left: -157px;
	top: 10px;
}

.imgcenter {
	background-image: url(../images/image_center.png);
	position:absolute;
	left: 50%;
	margin-left: -232px;
	top: 80px;
	width:465px;
	height:398px;
}

.aluan {
	background-image: url(../images/aluan.png);
	position:absolute;
	left: 50%;
	margin-left: -224px;
	top: 480px;
	width: 444px;
	height: 32px;
}

.text1 {
	position:absolute;
	left: 50%;
	margin-left: -400px;
	top: 505px;
	width: 800px;
}

.text1 p {
	font-family: Verdana, Arial, Helvetica, "sans-serif"!important;
	color:#7f7b7b;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

/**-------Menu-------**/

.menu_home {
	position:absolute;
	left: 50%;
	margin-left: -349px;
	top: 580px;
}

.menu_about {
	position:absolute;
	left: 50%;
	margin-left: -207px;
	top: 580px;
}

.menu_blog {
	position:absolute;
	left: 50%;
	margin-left: -65px;
	top: 580px;
}

.menu_forum {
	position:absolute;
	left: 50%;
	margin-left: 77px;
	top: 580px;
}

.menu_contact {
	position:absolute;
	left: 50%;
	margin-left: 219px;
	top: 580px;
}

/**-------footer-------**/

.footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top:1100px;
	height: auto;
	z-index: 1;
}

.footerabout {
	background-image: url(../images/footer_about.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	margin-left: -384px;
	top: 750px;
	padding: 128px 0;
	height: 3px;
}

.footerblog {
	background-image: url(../images/footer_blog.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	margin-left: -190px;
	top: 750px;
	padding: 128px 0;
	height: 3px;
}

.footerforum {
	background-image: url(../images/footer_forum.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	margin-left: 4px;
	top: 750px;
	padding: 128px 0;
	height: 3px;
}

.footercontact {
	background-image: url(../images/footer_contact.png);
	background-repeat: no-repeat;
	position:absolute;
	left: 50%;
	margin-left: 198px;
	top: 750px;
	padding: 128px 0;
	height: 3px;
}

.footerblog, .footerabout, .footerforum, .footercontact p{
	font-family: Verdana, Arial, Helvetica, "sans-serif"!important;
	color:#908f8f;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	width: 190px;
}	

.footerbar {
	background-image: url(../images/bar_bg.png);
	position:absolute;
	left: 50%;
	margin-left: -378px;
	top: 1000px;
	width: 761px;
	height: 52px;
}

.supportbutton {
	position:absolute;
	left: 50%;
	margin-left: -369px;
	top: 1008px;
}

.bar {
	background-image: url(../images/long_bar.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 1008px;
	margin-left: -235px;
	width: 611px;
	height: 36px;
	padding-bottom: -40px;
}

.bartext {
	position: absolute;
	left: 50%;
	top: 990px;
	margin-left:-235px;
	height: 20px;
}     

.bartext p {
	color:#666565; 
}    

.bartext a {
	font-family: Trebuchet MS;
	font-size:12px;
	color:#666565;
	text-decoration: none;
} 

.bartext a:hover {
	color:#de416d;
} 

.copyright {
	position:absolute;
	left: 50%;
	margin-left: -350px;
	top: 1057px;
}

.copyright a {
	color: #666565;
}

.copyright a:hover {
	color: #86c022;
}

.copyright p {
	font-family: Verdana, Arial, Helvetica, "sans-serif"!important;
	color:#908f8f;
	text-align: center;
	font-size: 11px;
}

/**-------flip page-------**/

img { behavior: url(iepngfix.htc) }
#pageflip {
	position: fixed;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 999;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
}

/**-------marquee-------**/

div.demo {
	padding: 10px;
    margin-bottom: 10px;
}
.pointer {
    cursor: pointer;
} 
