﻿/*****************************Puncture Kit 2010, Code Copyright-Motleymedia***************************/
/*****************************CSS Code for the core of Puncture Kit Website***************************/
/****************************************Styling for the Intro page***********************************/

body
{
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

#container
{
	width: 860px;
	height:600px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	left: -2px;
	top: 12px;

 }
     
#mainimg
{
	width: 560px;
	height: 450px;
	background: url('../images/nLogo_pk-3_edit.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
}


#footer
{
 width:850px;
}


#container p a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #000000;
	border:2px solid white;
}

#socialmedia
{
float:left;

}

#container #socialmedia a img
{
	border:2px solid white;

}

#contact
{
	font-family: arial, Helvetica, sans-serif;
	font-size: large;
	border-top: 50px;

}


