/*
Theme Name: Inspar theme
Theme URI: http://razworks.com
Description: A custom Wordpress theme.
Version: 0.1.1
Author: Razworks
Author URI: http://razworks.com/
Tags: fixed width,

	
	Images, media and content are property of Inspar Robotic Technologies and may not be used without permission.

*/

@import "reset.css"; 



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}
	
#page0 {
	background: url('images/splash.jpg') no-repeat center top ;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:768px;
	border:none;
	text-align: left;
	}
	
.splashcolumn {
	padding: 0;
	margin: 420px 0 0 475px;
	width: 400px;
	}

#click {
	display:block;
	width:300px;
	position:relative;
	top:150px;
	left:650px;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#fff;
	padding:10px 0;
}
h1 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover {
	color:#d8d8d8;
	text-decoration:underline;
}

h2 {
	font-size:20px;
	color:#fff;
}
h2 a {
	color:#fff;
	text-decoration:none;
}
h2 a:hover {
	color:#d8d8d8;
	text-decoration:underline;
}
	
#videoplayer {
	display:block;
	width:400px;
	height:285px;
	position:relative;
	top:420px;
	left:475px;
	text-align:center;
}
