body {
	margin:0;
	padding:0;
	height: 100%;
	background-color: #2F6AC8;
}

#logo 
{
    cursor: pointer;
    float: left;
	margin-top: 50px;
	margin-left: 50px;
	width: 317px;
	height: 46px;
	background-image: url(../images/logo.png);
}

#fixedNavigation
{
    margin-top: 50px;
    float: right;
    color: White;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

#portfolioContainer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	border-top: 0px solid black;
	overflow: hidden;
}

#scrollPanel {
	position: relative;
	float: left;
	width: 253px;
	height: 148px;
	background-image: url(../images/scrollManual.png);
}

#scrollText 
{
    width: 160px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}

#salePanel {
	position: relative;
	float: right;
	width: 300px;
	height: 128px;
	padding: 10px;
	background-image: url(../images/bg.png);
}

img.leftPanel
{
    background: transparent;
    cursor: pointer;
}

img.rightPanel
{
    background: transparent;
    cursor: pointer;
}

#wrapper
{
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#copyContainer 
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#contentLoader
{
    display: none;
    position: absolute;
    top: 260px;
    width: 990px;
}

#loaderImageBackground 
{
    position: relative;
    width: 64px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/loaderBackground.png);
}

#loaderImage
{
    position: relative;
    width: 32px;
    height: 32px;
    background-image: url(../images/loader.gif);
    top: 16px;
    margin-left: auto;
    margin-right: auto;
}

#contentContainer 
{
    display: none;
    position: absolute;
    top: 200px;
    left: 0px;
    width: 100%;
    background-image: url(../images/bg.png);
}

#contentPositioner
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#contentPanel
{
}

#translateIcon
{
    float: right; background-image: url(../images/translate.png); width: 70px; height: 60px;margin:20px 10px 0px 10px;
}

#designIcon
{
    float: right; background-image: url(../images/design.png); width: 70px; height: 60px; margin:20px 10px 0px 10px;
}

#copywriteIcon
{
    float: right; background-image: url(../images/copywrite.png); width: 70px; height: 60px;margin:20px 10px 0px 10px;
}

#developIcon
{
    float: right; background-image: url(../images/develop.png); width:70px; height: 60px; margin:20px 10px 0px 10px;
}

#footer
{
    position: fixed;
    bottom: 0px;
    width: 100%;
	height: 40px;   
}

#footerWrapper
{
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#copyright 
{
    position: relative;
    float: right;
    margin-bottom: 20px;
}

#disclaimer
{
    position: relative;
    float: right;
    margin-right: 30px;
    margin-bottom: 20px;
}