﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-color: #929292;
}

a:hover
{
    text-decoration: none;
}

h1  
{
    font-size: 2em;
    margin-bottom: 5px;
}

h2 
{
    font-size: 1.8em;
    margin-bottom: 5px;
}

#container {
	width: 893px;
	height: 670px;
	margin: 0 auto;
    position: relative;
	background-color: #fff;
}

#inner {
	float: left;
	display: block;	
	width: 893px;
	height: 670px;
}

#header 
{
    width: 893px;
    height: 160px;
    background: url(../images/bg-header.png) repeat-x 0 0;
    float: left;
    color: #fff;
    padding-top: 30px;
}

#content 
{
    margin-top: 20px;
    width: 893px;
    font-size: 1.1em;
    color: #333333;
    float: left;
    height: 380px;
    overflow: auto;
}

#footer 
{
    clear: both;
    width: 893px;
    float: left;
    height: 80px;    
}

#content #left-content 
{
    width: 461px;
    float: left;
    padding: 0 30px 0 66px;
}

#content #right-content 
{
    width: 286px;
    float: left;
    padding-right: 30px;
    margin-top: 32px;
}

a 
{
    font-size: 1.5em;
}

img 
{
    border: none;
}

#header h1
{
    font-size: 3em;
    font-weight: bold;
    float: left;
    margin: 0 20px 0 30px;   
    background: url(../images/myki-logo.png) no-repeat 0 0;
    width: 190px;
    height: 146px;
    text-indent: -9999em;
}

#header h1 img
{
    display: none; 
}


#header h2 
{
    font-size: 2.2em;
    font-weight: bold;
    float: left;  
    margin: 34px 0 0 0;
}

#content p 
{
    margin: 5px 0;
}

#content ul 
{
    margin: 5px 0 5px 30px;
    padding: 0;
}

#content a.start-sim 
{
    margin: 5px 0 5px;
    background-color: #d7df21;
    padding: 4px;
    clear: both;
    float: left;
    border: 2px solid #00a0e4;
    text-decoration: none;
    color: #000;
    font-size: 1em;
}

#content a.start-sim:hover 
{
    background-color: #78ff00;
} 

#content a.launch {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url(http://www.myki.com.au/images/UserUploadedImages/boxBtn.gif) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-family:Arial;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:20px;
line-height:normal;
padding:3px 0 0 30px;
text-decoration:none;

}
