/**
 * cube rotating and linking styles
 * @author leebyron
 */

html, body {
  margin: 0px;
  height: 100%;
  background: #000000;
  overflow: hidden;
}

#page_stretcher{
	display: none;
	position: absolute;
	height: 100%;
}

.fullpage {
  position: absolute;

  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  min-height: 400px;
  min-width: 450px;
}

#cube_container {
  position: absolute;
  
  min-height: 400px;
  min-width: 450px;
  
  width: 100%;
  height: 100%;
}

#SWFObjectExprInst {
  width: 100%;
  height: 100%;
  
  min-height: 400px;
  min-width: 450px;
}

#page_container{
  display: none;
  
  height: 380px;
  width: 380px;
  
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

#content_frame{
  background-color: white;
  width: 380px;
  height: 380px;
  border: 0px;
  frame-border: 0px;
}



#bottom_links {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left:150px;
  right:150px;
  background-color: transparent;
}

#bottom_links a {
  color: #DDDDDD;
  text-decoration: none;
  font-family: monaco,courier,monospace;
  font-size: 10px;
  font-weight: normal;
  margin-left: 30px;
}

#bottom_links a:first-child {
  margin-left: 0px;
}

#bottom_links a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #FFFFFF;
}


#language_link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#language_link a {
  color: #000;
  background-color: #FF3;
  text-decoration: none;
  font-family: monaco,courier,monospace;
  font-size: 10px;
  font-weight: normal;
  margin-left: 30px;
  padding: 0px 3px;
}

#language_link a:first-child {
  margin-left: 0px;
}

#language_link a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #FF3;
  background-color: #333;
  text-decoration: none;
}

