@charset "utf-8";
/* CSS Document */
html { min-height:100%; }

body {
	background: #000 url(../img/splash/splash_bg2.jpg) no-repeat bottom center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
}

img {
	border:none;	
}

#container {
	width: 920px;
	margin: 120px auto 0 auto;
	background: url(../img/splash/container_bg.png) no-repeat 0 100px;
}

* html #container {background:none;}

#logo {
	margin: 13px 0 0 0;
	float:left;	
}

#boxes {
	width:464px;
	float:right;
}

#boxes a.upleft, #boxes a.dnleft {
	float:left;	
}

#boxes a.upright, #boxes a.dnright {
	float:right;
}

.lboxes {
	float:left;
	width:208px;	
}

.rboxes {
	float:right;
	width:248px;	
}

#boxes a.upleft {
	width:208px;
	height:140px;
	margin-top:19px;
	background: url(../img/splash/ul.gif) no-repeat top left;	
}

#boxes a.upleft:hover {
	background: url(../img/splash/ul_a.gif) no-repeat top left;	
}

#boxes a.upright {
	width:248px;
	height:152px;
	background: url(../img/splash/ur.gif) no-repeat top left;	
}

#boxes a.upright:hover {
	background: url(../img/splash/ur_a.gif) no-repeat top left;	
}

#boxes a.dnleft {
	width:208px;
	height:135px;
	margin-top:3px;
	background: url(../img/splash/dl.gif) no-repeat top left;			
}

#boxes a.dnleft:hover {
	background: url(../img/splash/dl_a.gif) no-repeat top left;	
}

#boxes a.dnright {
	width:248px;
	height:148px;
	margin-top:2px;
	background: url(../img/splash/dr.gif) no-repeat top left;	
}

#boxes a.dnright:hover {
	background: url(../img/splash/dr_a.gif) no-repeat top left;	
}

.clear {
	clear: both;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
