/*
############################################################
#   FONT SIZES
#
#   Base font size is 13px as set in the CSS-Reset file.
#
#	Specify all font sizes as the % below to achieve the
#	desired pixel size
#
#   PIXEL   PERCENTAGE
#   10      77
#   11      85
#   12      93
#   13      100
#   14      108
#   15      116
#   16      123.1
#   17      131
#   18      138.5
#   19      146.5
#   20      153.9
#   21      161.6
#   22      167
#   23      174
#   24      182
#   25      189
#   26      197
############################################################
*/

/*
############################################################
#	COLOURS
#
#	Key colours for the design should be referenced below.
#
#	WHITE	FFFFFF
#	BLACK	000000
############################################################
*/

/*
############################################################
#	SECTION NAME
#
#	Each section within the CSS should have a header and
#	brief description. A section will be a logical block
#	within the website - i.e "Main Structure", "Header"
############################################################
*/

body {background-color:#e4e5e5;}
#PageHolder{float:left;width:100%;margin-top:50px;}
#BackgroundImage{margin:0 auto;width:900px;height:757px;background-image:url(../Images/BG.jpg);background-repeat:no-repeat;}
#LinkArea{float:left;margin:230px 0px 0px 50px;display:inline;width:415px;height:100px;}
#LinkArea a{float:left;width:100%;height:100%;text-decoration:none;}

#Icons{float:right;width:25px;margin:50px 40px 0px 0px;display:inline;}
#Icons #TwitterLink{float:left;width:25px;height:25px;}
#Icons #TwitterLink a{float:left;width:100%;height:100%;text-decoration:none;}
#Icons #FacebookLink{float:left;width:25px;height:25px;margin:5px 0px 0px 0px;}
#Icons #FacebookLink a{float:left;width:100%;height:100%;text-decoration:none;}
