html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
	background-color:#FFFFFF;
	color:#404040;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body 
{
   margin:0;
   padding:0;
   height:100%;
}

body 
{
	background-image:url('world.jpg');
	background-size: 100% auto;
	background-attachment:fixed;
	background-position: center center;
}

p
{
	margin:16px;
}

h1
{
	font-size:200%;
	font-weight:bold;
	text-align:center;
}

h2
{
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

h3, th
{
	font-size:125%;
	font-weight:bold;
	text-align:center;
}

td.padded
{
	padding:16px;
}

strong
{
	font-weight:bold;
}

li
{
	padding:4px;
}

a
{
	color:#D0D0D0;
}
a:hover
{
	color:#FFFFFF;
}
a:visited
{
	color:#C0C0C0;
}
a:active
{
	color:#7200FF;
}

div.pagecontainer
{
	width: 100%;
	height:100%;
	
    background: #000000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.9)); /* Standard syntax */
}

div.flashy-section-01
{
    background-image:url("mcbg2.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
	background-position: center center;
	height:90%;
}

img.flashy-section-01-logo
{
	display:block;
	width:50%;
	height:auto;
	padding-top: 15%;
	margin-left:auto;
	margin-right:auto;
}

div.flashy-section-sep
{
	background-color:#464747;
	color:#D0D0D0;
	padding-left:20%;
	padding-right:20%;
	padding-bottom:40px;
	padding-top:40px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.flashy-section-02
{
	height: 600px;
	background-color: transparent;
}

div.flashy-section-03-fk
{
    background-image:url("fk-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center bottom;
}

div.flashy-section-03-uf
{
    background-image:url("uf-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center center;
}

div.flashy-section-03-gp
{
    background-image:url("gp-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center center;
}

div.flashy-section-03-cc
{
    background-image:url("cc-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center center;
}

div.flashy-section-03-dd
{
	background-image:url("dd-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

img.fk-logo
{
	display:block;
	width:774px;
	height:284px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:100px;
}

img.uf-logo
{
	display:block;
	width:774px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:100px;
}

img.gp-logo
{
	display:block;
	width:774px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:100px;
}

img.cc-logo
{
	display:block;
	width:774px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:100px;
}

img.dd-logo
{
	display:block;
	width:774px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:100px;
}

div.flashy-section-04
{
    background: #270057; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#270057, #1D1A22); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#270057, #1D1A22); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#270057, #1D1A22); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#270057, #1D1A22); /* Standard syntax */
	color:#D0D0D0;
	padding-left:20%;
	padding-right:20%;
	padding-top:50px;
	padding-bottom:50px;
}

div.bottombar
{
	background-color:#000000;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:20px;
	color:#808080;
}
