﻿/*
/ -------------------------------------------------------------
/	subway.co.uk
/	Frame Digital
/
/	Website styles and custom page elements for kung fu olive
/ -------------------------------------------------------------
/
/	- Layout styles
/	- General text styles
*/


/*------------------
/	Layout styles
/------------------*/

html
{
    height: 101%;
}

body
{
    background-color: #000000;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    line-height: 16px;
    color: #595959;
    font-size: 11px;
	margin:0px;
}

#container
{
    width: 960px;
    margin: 0 auto;

}

.header 
{
	text-align:right;	
	padding:10px;
}

.footer 
{
	text-align:center;
	padding:10px;
}


/*------------------
/	General text styles
/------------------*/
a
{
     color: #595959;
    text-decoration: underline;
}
a:hover
{
     color: #FFFFFF;
    text-decoration: none;
}

a img
{
    border: 0;
}


