@import url(header.css);
@import url(submenu.css);
@import url(game.css);
@import url(studio.css);
@import url(contact.css);
* {
  font-family: Arial;
  color: #555;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #982764;
}
body {
  /* fix centered div in IE */
  text-align: center;
}
.vcard {
	display: none;
}
.body {
  width: 760px;
  margin: 20px auto 0 auto;
  background: #FFF url(../images/bg.gif) repeat-y 50% 0;
}
.wrapper {
  clear: both;
  text-align: justify;
}
.content {
  float: right;
  width: 584px;
  margin-top: 15px;
}
.content img {
  border: 0;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.footer {
  clear: both;
  background-color: #982764;
  padding: 0px 4px 2px 0;
  height: 12px;
}
.footer span,
.footer a {
  color: #FFF;
  font-size: 10px;
  text-decoration: none;
  margin: 0px 4px;
}
.footer .legals {
  float: left;
}
.footer .copyright {
  float: right;
}
.arrows {
  clear: both;
  padding-bottom: 40px;
}
.arrows .prev {
  float: left;
}
.arrows .next {
  float: right;
}
.arrows li {
  list-style-position: outside;
  list-style-type: none;
}
.arrows a {
  display: block;
  overflow: hidden;
  width: 68px;
  padding: 34px 0 0 0;
  height: 0px !important;
  height/**/: 34px;
}
.arrows .prev a {
  background: #FFF url(../images/left_off.gif) no-repeat;
}
.arrows .next a {
  background: #FFF url(../images/right_off.gif) no-repeat;
}
.arrows .prev a:hover {
  background: #FFF url(../images/left_hover.gif) no-repeat;
}
.arrows .next a:hover {
  background: #FFF url(../images/right_hover.gif) no-repeat;
}
.bold {
  font-weight: bold;
}
li {
  list-style-type: square;
  list-style-position: inside;
}
.img_preview0,
.img_preview1 {
  margin-bottom: 36px;
}
.img_preview2,
.img_preview3 {
  margin-bottom: 20px;
}
.img_preview0,
.img_preview2 {
  float: left;
}
.img_preview1,
.img_preview3 {
  float: right;
}
.img_preview0,
.img_preview2,
.img_preview1,
.img_preview3 {
  border: 1px solid #D6DBFF;
  width: 256px;
}
.img_desc {
  padding: 0 10px;
  font-size: 10px;
  height: 34px;
}

