body
{
	/*background-image: url('images/frontpage2.png');
	background-position-x: center;
	background-attachment: fixed;*/
	margin:0;
	font-family: Helvetica;
	font-size:12px;
	/*background-repeat:no-repeat;*/
}

img
{
	display: inline-block;
vertical-align: top;
}

.right
{
	float:right;
}
.left
{
	float:left;
}
.clear
{
	clear:both;
}
.space
{
	margin-bottom:30px;
}

#name
{
	position: fixed;
right: 0;
top: 0;
width: 726px;
height: 180px;
background: url('images/name.png') no-repeat top right white;
z-index: 999;
padding-left: 1000px;
}

#name-shadow
{
position: fixed;
right: 0;
top: 148px;
width: 726px;
height: 60px;
background: url('images/name-shadow.png') no-repeat top right;
z-index: 0;
padding-left: 1000px;
}

#menu
{
width: 522px;
height: 562px;
position: fixed;
margin-left: auto;
margin-right: auto;
background-image: url('images/frontpage2.png');
background-position-x: right;
background-repeat: no-repeat;
z-index: 1000;
}
.menu-button
{	
	position: absolute;
	cursor: pointer;	
}
#menu > #technical
{
	width: 158px;
	height: 13px;
	/*background: url('images/technical.png') no-repeat bottom !important;*/
	background: none;
	padding-top: 55px;
	top: 34px;
left: 372px;
}
#menu > #animation
{
	width: 161px;
	height: 15px;
	/*background: url('images/animation.png') no-repeat bottom !important;*/
	padding-top: 55px;
	top: 105px;
left: 274px;
}
#menu > #games
{
	width: 145px;
	height: 16px;
	/*background: url('images/games.png') no-repeat bottom !important;*/
	padding-top: 55px;
	top: 181px;
left: 193px;
}
#menu > #perspective
{
	width: 204px;
	height: 18px;
	/*background: url('images/perspective.png') no-repeat bottom !important;*/
	padding-top: 55px;
	top: 281px;
left: 97px;
}
#menu > #traditional
{
	width: 176px;
	height: 17px;
	/*background: url('images/traditional.png') no-repeat bottom !important;*/
	padding-top: 55px;
	top: 372px;
left: 90px;
}
#menu > #programming
{
	width: 209px;
	height: 16px;
	/*background: url('images/programming.png') no-repeat bottom !important;*/
	padding-top: 55px;
	top: 475px;
left: 53px;
}

#main
{
position: absolute;
max-width: 800px;
right: 0;
margin-top: 190px;
margin-right:22px;
}
.title
{
	font-size: 20px;
background-color: lightgray;
padding: 12px 30px;
position: relative;
margin-bottom:30px;
}
.horizontal-left
{
float: right;
margin-right: 20px;
}
#rig-left
{
width: 230px;
}
#anim-left
{
	width: 320px;
}
#playblast-left
{
	width:275px;
}
#anims-left
{
	width: 230px;
}
.horizontal-text
{
	float: right;
padding-right:10px;
}
.horizontal-img
{
	float: right;
	margin-top:-35px;
}
.vertical-title
{
	width:700px;
}

.resize-button
{
	top: 10;
	left: 10;
	background:url('images/fullscreen-25.png') no-repeat 0px 0 !important;
}

.thumb
{
	display: inline-block;
	margin: 3px;
	padding: 4px;
	background-color:rgba(205,129,219,0.7);
	
}

.thumb:hover
{
	background-color:rgba(238,151,254,0.7);
}

.main-img
{
	margin-bottom:-43px;
}
