/*
---------------------------------------------------------------------------------------------
White Canyon - Splash CSS
Designed By: Steven Donald
Version: 15th Januaary 2009
Description: A default css made for WC Splash - Coming Soon
Resolution: [1024x768] [center H + V]
URL: http://www.whitecanyon.com.au
Email: info@webarena.com.au
---------------------------------------------------------------------------------------------

===== CONTENTS =====
note: append a ( = ) flag in front of the title for fast search

    1. ESSENTIAL
    2. SETUP
    3. LAYOUT
    4. FOOTER

Category Content Sections

====================

---------------------------------------------------------------------------------------------
1. =ESSENTIAL
---------------------------------------------------------------------------------------------
*/

/* Universal Selectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All universal selector resets are place here as well. This will return
default browser pre-defined margins to 0 ( sweet ).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;   
}


/*
---------------------------------------------------------------------------------------------
2. =SETUP
---------------------------------------------------------------------------------------------
*/

html,body {
  	background-color: black;
    padding: 0px;
    text-align: left;
    margin: 0px auto;
}


/*
---------------------------------------------------------------------------------------------
3. =LAYOUT
---------------------------------------------------------------------------------------------
*/

div#container {	
	width: 820px;
	position: relative;
    margin: 0px auto;	
}

table.splash {
	border-style: collapse;
	padding: 0px;
	width: 88%;
	margin-top: 40px;	
	height: 630px;
}

a.skippy {
	color: white;
	text-decoration: none;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 270px;
}

a.skippy:hover {
	text-decoration: underline;
	color: #00b0ef;
}




/*
	
div#container .wrapper {
    width: 100%;
	height: 100%;
	position: static;
	background: url(../images/background_shadow.png) !important;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod=scale src='images/background_shadow.png');
}
