@charset "utf-8";
/* CSS Document */



html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
	background: url(../pcx/bg.jpg) no-repeat top #000000 ;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap{
  height: 100%;
  min-height: 700px;
  min-width: 950px;
  position: relative;
}

#wrap object{
  position: absolute;
  bottom: 0px;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.white { color:#FFFFFF}
.orange { color:#F47400}
.bold { font-weight:bold}
.both { clear:both}
.overflow { overflow:hidden}
img {border:0px; display:inline-block;}
.left { float:left}
.right { float:right}

.myContent {
  width:900px;
  margin-left: -450px;
  position:absolute;
  left:50%;
  z-index:0;
  margin-top:44px
}

.logo{ overflow:hidden; text-align:center;
	margin-top:14px;
z-index:100; position:relative

}

.size_ { position:absolute; width:1px; height:600px;background-color:red; }
.opisy { overflow:hidden; position:relative; bottom:20px; font-weight:bold; z-index:99; position:relative; height:130px}
	#strength { font-size:30px; color:#3C3C3C; position:relative; left:170px; top:10px}
	#creative { font-size:68px; color:#3C3C3C; position:relative; left:280px; bottom:40px}
	#communication { font-size:38px; color:#3C3C3C; position:relative; left:530px; bottom:120px}
	#strength_text { font-size:16px; color:#3C3C3C; color:#000; position:relative; left:160px; bottom:80px}	


.footer { color:#C1C1C1; font-size:11px; text-align:right}

