@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 76%;
	}
img {
	border: 0;
	}
#page {
	width: 938px;
	margin: 10px auto;
	position: relative;
	}
#menu {
	position: absolute;
	top: 70px;
	right: 0;
	}
#menu a {
	margin: 0 15px;
	color: #444;
	text-decoration: none;
	}
#feature {
	width: 938px;
	height: 482px;
	position: relative;
	background: #ccc;
	}
#feature1 {
	background: url(images/feature1.gif) top left no-repeat;
	width: 469px;
	height: 294px;
	padding-top: 10px;
	padding-left: 10px;
	}
#feature2 {
	position: absolute;
	width: 469px;
	height: 294px;
	top: 0;
	left: 469px;
	}
#subfeature1 {
	position: absolute;
	width: 236px;
	height: 188px;
	top: 294px;
	left: 0px;
	}	
#subfeature2 {
	position: absolute;
	width: 233px;
	height: 188px;
	top: 294px;
	left: 236px;
	}	
#subfeature3 {
	position: absolute;
	width: 233px;
	height: 188px;
	top: 294px;
	left: 469px;
	}	
#subfeature4 {
	position: absolute;
	width: 236px;
	height: 188px;
	top: 294px;
	left: 702px;
	}	
	
#about {
	text-align: center;
	margin: 50px auto;
	}
#info {
	text-align: center;
	position: relative;
	width: 938px;
	margin: 20px auto;
	height: 200px;
	}	
#column1 {
	position: absolute;
	width: 236px;
	top: 0px;
	left: 0px;
	}	
#column2 {
	position: absolute;
	width: 236px;
	top: 0px;
	left: 236px;
	}	
#column3 {
	position: absolute;
	width: 236px;
	top: 0px;
	left: 469px;
	}	
#column4 {
	position: absolute;
	width: 236px;
	top: 0px;
	left: 702px;
	}	
#info p {
	margin: 15px 15px;
	}
#footer {
	margin-top: 100px;
	background: #dedede;
	width: 100%;
	text-align: center;
	height: 130px;
	padding-top: 30px;
	font-size: 88%;
	color: #999;
	}
#footer p {
	width: 930px;
	margin: 15px auto;
	}
#footer a {
	color: #444;
	margin: 0 15px;
	text-decoration: none;
	}
a.link1:hover {
	color: #b4e11d;
	}
a.link2:hover {
	color: #51b8da;
	}
a.link3:hover {
	color: #da51c9;
	}
.link4:hover {
	color: #cd2c2c;
	}
a:hover.link5 {
	color: #ef7d31;
	}

#about_us p {
	margin: 15px;
	}
#free_downloads {
	width: 938px;
	height: 420px;
	position: relative;
	margin: 20px auto;
	}
#download1 {
	background: url(images/splash3d.jpg) left top no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top:0;
	left: 0;
	padding-left: 250px
	}
#download2 {
	background: url(images/bubblemania.jpg) left top no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top:0;
	left: 469px;
	padding-left: 250px
	}
#download3 {
	background: url(images/sweetheart.jpg) left top no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top:200px;
	left: 0;
	padding-left: 250px
	}
#download4 {
	background: url(images/splashclassic.jpg) left top no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top:200px;
	left: 469px;
	padding-left: 250px
	}

#free_software {
	background: url(images/winterwonderland.jpg) left top no-repeat;
	width: 200px;
	height: 200px;
	padding-left: 250px
	}

#splash3d {
	margin: 10px 20px;
	border: 1px solid #f0f0f0;
	padding: 10px;
	background: url(images/splash3d_logo.png) top left no-repeat;
	padding-left: 275px;
	}
#bubblemania {
	margin: 10px 20px;
	border: 1px solid #f0f0f0;
	padding: 10px;
	background: url(images/bubblemania_logo.gif) top left no-repeat;
	padding-left: 275px;
	}
#splashclassic {
	margin: 10px 20px;
	border: 1px solid #f0f0f0;
	padding: 10px;
	background: url(images/splashclassic_logo.gif) top left no-repeat;
	padding-left: 275px;
	}
#sweetheart {
	margin: 10px 20px;
	border: 1px solid #f0f0f0;
	padding: 10px;
	background: url(images/sweetheart_logo.gif) top left no-repeat;
	padding-left: 275px;
	}
