Para iniciar el proyecto solamente agrega a la cabecera:
<link rel="stylesheet" href="http://responsiveshoot.com/proyecto_estructura/app/estructura.css?a=<?php echo time();?>">
Ejemplo completo:
<!DOCTYPE html>
<html lang="es">
<head>
<title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://responsiveshoot.com/proyecto_estructura/app/estructura.css?a=<?php echo time();?>">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://responsiveshoot.com/proyecto_estructura/app/estructura.js?a=<?php echo time();?>"></script>
</head>
<body>
</body>
</html>