﻿*{
	border: none;
	margin: 0;
	padding: 0;
}
.clear { clear: both; }
body{
    background-image: url('../imgs/splashbg.jpg');
    background-color: #334c60;
    background-repeat: no-repeat;
    background-position: top center;
}
#container
{
    width: 1024px;
    height: 773px;
    background-image: url('../imgs/splashcontentbg.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}
ul#language 
{
    display: block;
    position: relative;
    margin: 0 120px 0 120px;
    
}
#language li 
{
    display: block;
    list-style: none;
    width: 391px;
    float: left;
    text-align: center;
    margin: 400px 0 0 0;
}
