@charset "UTF-8";
/* CSS Document */
body {
	background:#000 url(../images/bg_white.jpg);
	color:#fff;
	margin:0;
}
.container {width:980px;height:350px;margin:auto;background:url(../images/principle_white.jpg) no-repeat center -100px;padding-top:150px;position:relative;}
.introtext {text-align:right;margin:auto;width:328px;}
.cssswitch {
	border:1px solid #999;
	position:absolute;
	top:0px;
	text-align:center;
	background-color:#000;
	border:1px solid #303030;
	width:116px;
	padding:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	left: 431px;
	}
	
.cssswitch .black {font-family:Arial, Helvetica, sans-serif;color:#fff;margin-right:5px;text-decoration:none;}
.cssswitch .white {font-family:Arial, Helvetica, sans-serif;color:#fff;text-decoration:none;}

h2, h3 {font-family:Arial, Helvetica, sans-serif;font-size:11px;margin-bottom:0;padding-bottom:0;}
h3 {color:#999999;margin-top:0;padding-top:0;}	
h2.black {display:none;}

h1 {
background:url(../images/03_white.png) no-repeat center top;
display:block;
width:328px;
height:230px;
text-indent:-2000px;
margin:auto;
margin-bottom:0;
padding-bottom:0;
}

hr {display:none;}
.lineblack {display:none;}
.linewhite {
	position:absolute;
	left: 598px;
	top: 338px;
}
a.portfolio {
	background:transparent url(../images/portfolio_button_white.jpg) no-repeat left top;
	width:197px;
	height:34px;
	position:absolute;
	left:656px;
	top:472px;
	text-indent:-2000px;
	}

a.blog {
	background:transparent url(../images/blog_button_white.jpg) no-repeat left top;
	width:93px;
	height:34px;
	position:absolute;
	left:656px;
	top:510px;
	text-indent:-2000px;
	}