@font-face {
    font-family: 'Cgothic';
    src: url('/assets/gothic.eot');    
    src: local('Century Gothic'), url(/assets/gothic.ttf) format("truetype");
}

@font-face {
    font-family: 'Cgothic';
    src: url('/assets/gothic-b.eot');    
    src: local('Century Gothic'), url(/assets/gothic-b.ttf) format("truetype"); font-weight: bold;
}b

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html,body 			{background-color: black;padding:0px;margin:0px;text-align:center;}
table					{border:0px; padding:0px;}

body					{font-family:'Century Gothic','Cgothic',sans-serif; font-size: 17px; color: white;font-weight:300;line-height:170%;}
a:link					{color:#3d97c7;text-decoration:none;font-weight:bold;}
a:hover				{color:black;text-decoration:underline;font-weight:bold;}
a:visited				{color:#3d97c7;text-decoration:none;font-weight:bold;}
a.button:link		{color:white;text-decoration:none;font-weight:bold;}
a.button:hover	{color:white;text-decoration:none;font-weight:bold;}
a.button:visited	{color:white;text-decoration:none;font-weight:bold;}
h1						{font-size:36px;font-weight:normal;color:black;padding-bottom:5px;}
h2						{font-size:28px;font-weight:normal;color:black;padding-bottom:5px;}

/*		DIVS		*/

.container			{display:block;width:820px;margin: 0 auto;text-align:center;}
#body-container	{display:block;width:820px;margin: 0 auto;text-align:center;}
.container_s		{display:block;width:820px;margin: 0 auto;text-align:center;
							background:url('/assets/body_services.png') no-repeat center top;height:770px;}
.container_apps	{display:block;width:820px;margin: 0 auto;text-align:center;
							background:url('/assets/body_apps.png') no-repeat center top;height:982px;}


/*		Index Divs		*/
#index-top			{display:block;text-align:right;width:820px;padding-top:45px;height:140px;}
#index-body		{display:block;text-align:center;width:820px;height:360px;padding:0;margin:0;}

/*		Body Divs		*/
#body-left			{display:block;text-align:center;width:280px;padding-top:0;float:left;height:650px;}
#body-right		{display:block;text-align:left;width:540px;padding-top:45px;float:right;height:650px;line-height:150%;}
div.top-colored	{width:200px;}
.bold					{font-weight:bold;}
.center				{text-align:center;}
.vbtm				{vertical-align: bottom;}
.yellow				{background-color:#FFF132;}
.white				{background-color:white;}
.pink					{background-color:#FF0083;}

/*		FOOTER		*/
#footer-container {display:block; width:780px;text-align:center;}
#footer-icons		{display:block;text-align:center;width:780px;padding-top:45px;}

#footer				{display:block;background-image:url('/assets/footer-icon.png');background-repeat:no-repeat;background-position:left center;height:100px;text-align:right;width:780px;
							font-size:20px;padding-top:70px;}
div.footer-icon	{padding:3px;text-align:center;width:140px;display:inline-block;}
div.footer-side	{padding:3px;text-align:center;width:70px;display:inline-block;}
img.icon				{border:0;width:140px}