html {
 margin: 0px;
 padding: 0px;
}


* {
 margin: 0px;
 padding: 0px;
}


body {
 height: 100%;
 background-color: #F7F7F7;
 font-family: helvetica,arial,sans-serif;
 font-size: 14px;
 color: #444444;
 line-height: 20px;
}

#content {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 344px;
 margin-left: -280px;
 margin-top: -250px;
 height: 492px;
 min-height: 492px;
 background: url("../img/siteport-server.jpg") center no-repeat #F7F7F7;
}

#content #inner {
 position: absolute;
 margin-top: 275px;
 margin-left: 70px;
}



#content #inner a {
 color: #444444;
 text-decoration: underline;
}

#content_right {
 position: absolute;
 left: 50%;
 top: 50%;
 width: 261px;
 margin-left: 62px;
 margin-top: -250px;
 height: 492px;
 min-height: 492px;
 background: url("../img/bg_ref.jpg") center no-repeat #F7F7F7;
}

#content_right #motion {
 position: absolute;
 width: 202px;
 margin-top: 49px;
 margin-left: 29px;
}

#motiongallery img {
 display: block;
 margin-bottom: 5px;
 border: none;
}
#motiongallery2 {
	position:absolute;
	width:200px;
	left:0; top:800px;
}

#content_right #inner_copy {
 position: absolute;
 margin-top: 480px;
 margin-left: 170px;
 font-size: 10px;
}

#motioncontainer a img { /*image border color*/
 border: 0px none;
}

#motioncontainer a:hover img { /*image border hover color*/
 border: 0px none;
}

#motioncontainer a:hover {
 color: red; /* Dummy definition to overcome IE bug */
}

#footer {
 float:right;
 display:none;
}
