
/* ************************************************ */
/* Generic Design Css: design.css */

#body {
	display: block !important; /* overrule the display:table from the css generator */
	background:transparent;
}
* html #body { position: absolute; } /* supplement the "* html" rule from the css generator */

body {
	width:100%; 
	background:transparent;
}
    
#keyvisual {
	position:absolute;
	width:205px;
	height:167px;
	margin-left:-54px;   
	top:0px;
}               
                                                              
#wrap {
	padding-left:50px;
	background-image: url("../../../../designs/design1/color2/images/wrap_bg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	min-height:550px;
} 
	
#bigtable {
	margin-left:auto;
	margin-right:auto;
	background: url("../../../../designs/design1/color2/images/bgbig_dust.gif");
	background-position: top left;    
	background-repeat:no-repeat; 
	margin-bottom:50px;
	position: relative;
}      

#kvleft {
	position:absolute;
	margin-left:-323px;
	top:0px;
	z-index:0;
}

/* ************************************************ */
/* Design Css for Color: color.css */

#wrap {
	background-color:#4883b5;
}

/* ************************************************ */
/* Custom Css Part */

html {
    overflow:auto;
}
body {
    background: #EF6A1A;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
    background: #EF6A1A;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 12px;font-family: Tahoma, sans-serif;color: #000000;}
#body p {font-size: 12px;color: #000000;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: Tahoma, sans-serif;color: #000000;
}
p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#body a, #body a:visited, #body a.pager, #body a.pager:visited {
color: #FFFFFF;
    text-decoration: none;
}
#body a.totop, #body a.totop:visited, #body a.totop:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#body a:hover, #body a.pager:hover {
    text-decoration: underline;
}
object.videoObject {display: none;}*+html object.videoObject {display: block;}* html object.videoObject {display: block;}embed.videoEmbed {display: block;}*+html embed.videoEmbed {display: none;}* html embed.videoEmbed {display: none;}
