/*
Theme Name: Viking Wheel Studio
Theme URI: http://vikingwheelstudio.ca/
Description: Neils web site
Author: Neil and some other guy
Version: 1.1
Tags: 
*/


/* 
-------------------------------------------------------------- */
body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;
	background-color:#a1a1a1;

	}
/* div {border:1px solid black;} */
#main_bg {
	/* background: #fff; */
	background-image:url(images/VWS_home2.jpg);
	background-repeat:no-repeat;

	width:1036px;
	height:636px;
	
	text-align:left;
	position:relative;
	margin:0 auto 0; 
}
#nav1 {
	height:200px;	
	width:200px;
	top:25px;
	left:30px;
	text-align:left;
	position:absolute;
	
}
#nav2 {
	height:200px;	
	width:129px;
	top:30px;
	left:881px;
	text-align:right;
	position:absolute;
	
}
#blog
{
	height:140px;	
	width:1030px;
	top:636px;
	left:0px;
	text-align:center;
	position:absolute;
	
	color:#ffffff;
	/* border:1px solid green; */
	padding:3px;
	
}


