/*
-----------------------------------------------
Client: Totally Games
Project: Totally Games Web Site

File Name: screen.css
Version: 1.0
Notes: Rules for screen display.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Imported style sheets
----------------------------------------------- */
/* For div#page */
@import url("/css/page.css");

/* For div#main column layout */
@import url("/css/layout.css");

/* For div#pcon */
@import url("/css/pcon.css");

/* For div#scon */
@import url("/css/scon.css");

/* For div#ft */
@import url("/css/ft.css");

/* Legend for comments
----------------------------------------------- */
/* :TODO: indicates something that needs to be changed, fixed, or revisited later on. */
/* :BUG: indicates a problem with the code or a platform/browser. */
/* :KLUDGE: indicates a workaround. */
/* :TRICKY: indicates a particularly complicated piece of code. */
